diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0fc41567..f05c2212 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -89,7 +89,7 @@ jobs: run: echo "Docker tags ${{ steps.gettags.outputs.tags }}" - name: Build and push - uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 # associated tag: v2.4.0 + uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # associated tag: v2.4.0 with: platforms: linux/amd64,linux/arm64 push: ${{ startsWith(github.ref, 'refs/tags/') }}