diff --git a/.github/workflows/docker-hub-build-push-on-release.yml b/.github/workflows/docker-hub-build-push-on-release.yml index 8a75b63..6213a37 100644 --- a/.github/workflows/docker-hub-build-push-on-release.yml +++ b/.github/workflows/docker-hub-build-push-on-release.yml @@ -43,7 +43,7 @@ jobs: password: ${{ github.token }} - name: Build and push ${{ github.repository }}:${{ steps.git.outputs.image_tag }} - uses: docker/build-push-action@v3.1.1 + uses: docker/build-push-action@v3.2.0 with: platforms: ${{ env.PLATFORMS }} push: true