Skip to content

Commit

Permalink
Merge pull request #294 from atkrad/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…bake-action-5

Bump docker/bake-action from 4 to 5
  • Loading branch information
atkrad authored Jun 25, 2024
2 parents b25b61c + fbebe8a commit f752616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build artifacts
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
targets: artifact
provenance: false
Expand All @@ -130,7 +130,7 @@ jobs:
if-no-files-found: error

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

0 comments on commit f752616

Please sign in to comment.