Skip to content

Commit

Permalink
Bump akhilerm/tag-push-action from 2.0.0 to 2.1.0
Browse files Browse the repository at this point in the history
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](akhilerm/tag-push-action@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 24, 2022
1 parent b0a5c5c commit 2f1a8b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-docker-ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@ jobs:
- name: Add test tag
if: github.ref == format('refs/heads/{0}', inputs.develop_branch)
uses: akhilerm/tag-push-action@v2.0.0
uses: akhilerm/tag-push-action@v2.1.0
with:
src: ${{ inputs.ecr_registry }}/${{ env.REPO }}:${{ inputs.version_tag }}
dst: ${{ inputs.ecr_registry }}/${{ env.REPO }}:test

- name: Add latest tag
if: github.ref == format('refs/heads/{0}', inputs.release_branch)
uses: akhilerm/tag-push-action@v2.0.0
uses: akhilerm/tag-push-action@v2.1.0
with:
src: ${{ inputs.ecr_registry }}/${{ env.REPO }}:${{ inputs.version_tag }}
dst: ${{ inputs.ecr_registry }}/${{ env.REPO }}:latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable-docker-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ jobs:
- name: Add test tag
if: github.ref == format('refs/heads/{0}', inputs.develop_branch)
uses: akhilerm/tag-push-action@v2.0.0
uses: akhilerm/tag-push-action@v2.1.0
with:
src: ghcr.io/${{ env.REPO }}:${{ inputs.version_tag }}
dst: ghcr.io/${{ env.REPO }}:test

- name: Add latest tag
if: github.ref == format('refs/heads/{0}', inputs.release_branch)
uses: akhilerm/tag-push-action@v2.0.0
uses: akhilerm/tag-push-action@v2.1.0
with:
src: ghcr.io/${{ env.REPO }}:${{ inputs.version_tag }}
dst: ghcr.io/${{ env.REPO }}:latest

0 comments on commit 2f1a8b3

Please sign in to comment.