mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 15:41:02 -05:00
Fix step name
Signed-off-by: Brett Logan <lindluni@github.com>
This commit is contained in:
parent
fd22cff734
commit
b7edcbf91b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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.
|
# 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.
|
# 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
|
uses: akhilerm/tag-push-action@v2.1.0
|
||||||
with:
|
with:
|
||||||
src: ghcr.io/github/super-linter:${{ matrix.images.prefix }}latest
|
src: ghcr.io/github/super-linter:${{ matrix.images.prefix }}latest
|
||||||
|
|
Loading…
Reference in a new issue