diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3a94249..7ccaf84 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -146,7 +146,7 @@ jobs: gh release download ${{ env.RELEASE }} -D ./release - name: build and push docker image - uses: docker/build-push-action@v6.6.0 + uses: docker/build-push-action@v6.6.1 with: context: . file: ./Dockerfile.release