Skip to content

Commit

Permalink
chore(template): sync with hutchic-org/template-dockerhub-release
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchic committed Jan 13, 2025
1 parent 54b2edd commit f0dbb1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup buildx
uses: docker/setup-buildx-action@v3
- name: Build Only
uses: docker/bake-action@v5
uses: docker/bake-action@v6
with:
files: |
./docker-bake.hcl
Expand All @@ -48,7 +48,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Build & Push
uses: docker/bake-action@v5
uses: docker/bake-action@v6
with:
push: 'true'
files: |
Expand Down

0 comments on commit f0dbb1e

Please sign in to comment.