diff --git a/.github/workflows/docker-hub-build-push-on-push.yml b/.github/workflows/docker-hub-build-push-on-push.yml index 8d02d62..a4794e1 100644 --- a/.github/workflows/docker-hub-build-push-on-push.yml +++ b/.github/workflows/docker-hub-build-push-on-push.yml @@ -44,7 +44,7 @@ jobs: password: ${{ github.token }} - name: Build and push ${{ github.repository }}:${{ steps.git.outputs.image_tag }} - uses: docker/build-push-action@v4.1.0 + uses: docker/build-push-action@v4.1.1 with: platforms: ${{ env.PLATFORMS }} push: true diff --git a/.github/workflows/docker-hub-build-push-on-release.yml b/.github/workflows/docker-hub-build-push-on-release.yml index 3c72c1d..af1300c 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@v4.1.0 + uses: docker/build-push-action@v4.1.1 with: platforms: ${{ env.PLATFORMS }} push: true