Skip to content

Commit

Permalink
Merge pull request #217 from atkrad/bump-docker-bake-action-v4
Browse files Browse the repository at this point in the history
Bump docker/bake-action v4
  • Loading branch information
atkrad authored Jan 24, 2024
2 parents a57397a + 9d03d32 commit d930c61
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 d930c61

Please sign in to comment.