mirror of
https://github.com/super-linter/super-linter.git
synced 2024-12-23 05:02:15 -05:00
Bump akhilerm/tag-push-action from 2.0.0 to 2.1.0
Bumps [akhilerm/tag-push-action](https://github.com/akhilerm/tag-push-action) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/akhilerm/tag-push-action/releases) - [Commits](https://github.com/akhilerm/tag-push-action/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: akhilerm/tag-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
729eece046
commit
990f21c0ff
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-release.yml
vendored
2
.github/workflows/deploy-release.yml
vendored
|
@ -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.
|
# 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: Add release tags and push image
|
- name: Add release tags and push image
|
||||||
uses: akhilerm/tag-push-action@v2.0.0
|
uses: akhilerm/tag-push-action@v2.1.0
|
||||||
with:
|
with:
|
||||||
src: ghcr.io/github/super-linter:${{ matrix.images.container-image-id-prefix }}latest
|
src: ghcr.io/github/super-linter:${{ matrix.images.container-image-id-prefix }}latest
|
||||||
dst: |
|
dst: |
|
||||||
|
|
Loading…
Reference in a new issue