Skip to content

Commit

Permalink
Update to latest actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ostefano committed Feb 28, 2025
1 parent 26476f0 commit a028af0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
uses: docker/bake-action@v5
uses: docker/bake-action@v6
with:
source: .
push: true
provenance: false
files: docker-bake.hcl, env.hcl
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test-build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ jobs:
echo "NAMESPACE=local" >> "$GITHUB_ENV"
- name: Build
uses: docker/bake-action@v5
uses: docker/bake-action@v6
with:
source: .
push: false
provenance: false
files: docker-bake.hcl, env.hcl
Expand Down

0 comments on commit a028af0

Please sign in to comment.