Skip to content

Commit

Permalink
Properly set the docker output config
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeire committed Aug 29, 2024
1 parent 198d252 commit d15f32d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
uses: docker/build-push-action@v6
with:
target: coverage
push: false
output: type=local
cache-to: ./coverage/
build-args: |
VERSION=${{ env.VERSION }}
Expand All @@ -42,7 +41,7 @@ jobs:
if: ${{ always() }}
with:
name: code-coverage-report
path: coverage.html
path: ./coverage/coverage.html

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down

0 comments on commit d15f32d

Please sign in to comment.