Add preview prefix
This commit is contained in:
parent
53a8beaa1c
commit
f6c6881a15
1 changed files with 1 additions and 1 deletions
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…
Reference in a new issue