mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
deps(github-actions): bump akhilerm/tag-push-action from 2.1.0 to 2.2.0 (#5392)
Bumps [akhilerm/tag-push-action](https://github.com/akhilerm/tag-push-action) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/akhilerm/tag-push-action/releases) - [Commits](https://github.com/akhilerm/tag-push-action/compare/v2.1.0...v2.2.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
10b5245d84
commit
156d0463d7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/cd.yml
vendored
4
.github/workflows/cd.yml
vendored
|
@ -229,7 +229,7 @@ jobs:
|
|||
# Instead, we pull the latest image and tag it.
|
||||
- name: Retag and Push Images
|
||||
if: steps.release.outputs.release_created
|
||||
uses: akhilerm/tag-push-action@v2.1.0
|
||||
uses: akhilerm/tag-push-action@v2.2.0
|
||||
with:
|
||||
src: ghcr.io/super-linter/super-linter:latest
|
||||
dst: |
|
||||
|
@ -238,7 +238,7 @@ jobs:
|
|||
|
||||
- name: Retag and Push Images slim
|
||||
if: steps.release.outputs.release_created
|
||||
uses: akhilerm/tag-push-action@v2.1.0
|
||||
uses: akhilerm/tag-push-action@v2.2.0
|
||||
with:
|
||||
src: ghcr.io/super-linter/super-linter:slim-latest
|
||||
dst: |
|
||||
|
|
Loading…
Reference in a new issue