Add preview prefix
This commit is contained in:
parent
04e5be12e1
commit
1caa929aa0
2
.github/workflows/build_push_preview.yml
vendored
2
.github/workflows/build_push_preview.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
- name: Create Tag
|
||||
run: |
|
||||
git tag "${{ github.run_number }}"
|
||||
git push origin "${{ github.run_number }}"
|
||||
git push origin "preview-${{ github.run_number }}"
|
||||
|
||||
- name: PING - Dispatch initiating repository event
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user