Skip to content

Commit 156d046

Browse files
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](akhilerm/tag-push-action@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>
1 parent 10b5245 commit 156d046

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ jobs:
229229
# Instead, we pull the latest image and tag it.
230230
- name: Retag and Push Images
231231
if: steps.release.outputs.release_created
232-
uses: akhilerm/tag-push-action@v2.1.0
232+
uses: akhilerm/tag-push-action@v2.2.0
233233
with:
234234
src: ghcr.io/super-linter/super-linter:latest
235235
dst: |
@@ -238,7 +238,7 @@ jobs:
238238
239239
- name: Retag and Push Images slim
240240
if: steps.release.outputs.release_created
241-
uses: akhilerm/tag-push-action@v2.1.0
241+
uses: akhilerm/tag-push-action@v2.2.0
242242
with:
243243
src: ghcr.io/super-linter/super-linter:slim-latest
244244
dst: |

0 commit comments

Comments
 (0)