Skip to content

Commit

Permalink
chore(deps): update docker/bake-action action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Tbaile committed Sep 1, 2023
1 parent e6fe224 commit 2cf3470
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- uses: docker/bake-action@v2.3.0
- uses: docker/bake-action@v3.1.0
with:
targets: release
files: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
latest=false
suffix=-cache
- uses: docker/bake-action@v2.3.0
- uses: docker/bake-action@v3.1.0
with:
files: |
./docker-bake.hcl
Expand Down

0 comments on commit 2cf3470

Please sign in to comment.