From f0dbb1e1981136ad1ba955d9c453e81ab28e7a25 Mon Sep 17 00:00:00 2001 From: Colin Hutchinson Date: Mon, 13 Jan 2025 12:20:04 +0000 Subject: [PATCH] chore(template): sync with hutchic-org/template-dockerhub-release --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 79a4a5b..d1b56d6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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: |