diff --git a/.github/workflows/deploy-release.yml b/.github/workflows/deploy-release.yml index 00a43173..a7b13a2e 100644 --- a/.github/workflows/deploy-release.yml +++ b/.github/workflows/deploy-release.yml @@ -81,7 +81,7 @@ jobs: # We don't rebuild the image to avoid that the latest tag and the release tags don't point to what the release tag is pointing to. # Instead, we pull the latest image and tag it. - name: Add release tags and push image - uses: akhilerm/tag-push-action@v2.0.0 + uses: akhilerm/tag-push-action@v2.1.0 with: src: ghcr.io/github/super-linter:${{ matrix.images.container-image-id-prefix }}latest dst: |