mirror of
https://github.com/docker/build-push-action.git
synced 2025-08-23 15:47:56 +03:00
.github: update bump_tags_to_master.yaml
Signed-off-by: Aditya Maru <adityamaru@gmail.com>
This commit is contained in:
parent
550edf2feb
commit
5646913081
1 changed files with 2 additions and 1 deletions
3
.github/workflows/bump_tags_to_master.yaml
vendored
3
.github/workflows/bump_tags_to_master.yaml
vendored
|
@ -16,6 +16,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git config user.name github-actions[bot]
|
git config user.name github-actions[bot]
|
||||||
git config user.email github-actions[bot]@users.noreply.github.com
|
git config user.email github-actions[bot]@users.noreply.github.com
|
||||||
|
git tag -fa v1.1 -m "Update v1.1 tag to latest commit on master"
|
||||||
git tag -fa v1 -m "Update v1 tag to latest commit on master"
|
git tag -fa v1 -m "Update v1 tag to latest commit on master"
|
||||||
git tag -fa v1.0.0-beta -m "Update v1.0.0-beta tag to latest commit on master"
|
git tag -fa v1.0.0-beta -m "Update v1.0.0-beta tag to latest commit on master"
|
||||||
git push origin v1 v1.0.0-beta --force
|
git push origin v1.1 v1 v1.0.0-beta --force
|
||||||
|
|
Loading…
Add table
Reference in a new issue