Skip to content

Commit

Permalink
fix: correct docker-bake address in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Oct 21, 2023
1 parent de7bcb4 commit 3613afa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
TAG: ${{ github.ref_name }}
with:
push: true
files: 'docker-bake.json'
files: 'build/package/docker-bake.json'
- uses: docker/bake-action@v4
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
with:
push: true
files: 'docker-bake.json'
files: 'build/package/docker-bake.json'

0 comments on commit 3613afa

Please sign in to comment.