Skip to content

Commit 443bba3

Browse files
Bump release tag-push action to v2.1.0
Bumps the akhilerm/tag-push-action, which is used to tag and push released docker images, to v2.1.0. This was previously pinned to v2 but that moving tag is no longer supported.
1 parent 85e1e56 commit 443bba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
password: ${{ secrets.GITHUB_TOKEN }}
6464

6565
- name: Tag and push image
66-
uses: akhilerm/tag-push-action@v2
66+
uses: akhilerm/tag-push-action@v2.1.0
6767
with:
6868
src: ${{ env.BUILD_IMAGE }}
6969
dst: |

0 commit comments

Comments
 (0)