Skip to content

Commit

Permalink
chore(deps): update akhilerm/tag-push-action action to 2.1.0
Browse files Browse the repository at this point in the history
Update akhilerm/tag-push-action to 2.1.0

Update akhilerm/tag-push-action from 2.0.0 to 2.1.0

Change-type: minor
  • Loading branch information
renovate-bot committed Dec 14, 2022
1 parent efc41da commit 76bd8fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flowzone.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flowzone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1313,7 +1313,7 @@ jobs:

- name: Publish draft tags
if: join(fromJSON(needs.project_types.outputs.docker_images)) != ''
uses: akhilerm/tag-push-action@f973043dc002b8e5a772c53e79441e6e1861e874 # v2.0.0
uses: akhilerm/tag-push-action@85bf542f43f5f2060ef76262a67ee3607cb6db37 # v2.1.0
with:
src: ${{ env.SUT_IMAGE }}:${{ env.PREFIX }}latest
dst: |
Expand Down Expand Up @@ -1402,7 +1402,7 @@ jobs:

# only one of the destination lines should have values based on the meta restrictions above
- name: Publish final tags
uses: akhilerm/tag-push-action@f973043dc002b8e5a772c53e79441e6e1861e874 # v2.0.0
uses: akhilerm/tag-push-action@85bf542f43f5f2060ef76262a67ee3607cb6db37 # v2.1.0
with:
src: ${{ matrix.image }}:${{ env.PREFIX }}${{ github.event.pull_request.head.sha || github.event.head_commit.id }}
dst: |
Expand Down

0 comments on commit 76bd8fd

Please sign in to comment.