From b7edcbf91bd47aaf7a3666bcb3d90f063fec3c7d Mon Sep 17 00:00:00 2001 From: Brett Logan Date: Fri, 30 Dec 2022 18:21:07 -0500 Subject: [PATCH] Fix step name Signed-off-by: Brett Logan --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8527ff52..2df2ad8f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -85,7 +85,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: Build and Push Images + - name: Retag and Push Images uses: akhilerm/tag-push-action@v2.1.0 with: src: ghcr.io/github/super-linter:${{ matrix.images.prefix }}latest