Skip to content

Commit

Permalink
Merge pull request #24 from dockage/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 Aug 20, 2024
2 parents 376473d + 9b21be5 commit 4872b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build images
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
push: ${{ startsWith(github.ref, 'refs/tags/') }}
files: |
Expand Down

0 comments on commit 4872b3f

Please sign in to comment.