Skip to content

Commit

Permalink
Bump docker/bake-action v4
Browse files Browse the repository at this point in the history
  • Loading branch information
atkrad committed Jan 24, 2024
1 parent a57397a commit 9d03d32
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,10 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build artifacts
uses: docker/bake-action@v2
uses: docker/bake-action@v4
with:
targets: artifact
provenance: false

- name: Move artifacts
run: |
Expand All @@ -129,7 +130,7 @@ jobs:
if-no-files-found: error

- name: Build images
uses: docker/bake-action@v2
uses: docker/bake-action@v4
with:
push: ${{ github.ref_name == github.event.repository.default_branch || startsWith(github.ref, 'refs/tags/') }}
targets: image
Expand Down

0 comments on commit 9d03d32

Please sign in to comment.