Compare commits
3 Commits
915a2fc67e
...
v1.9
| Author | SHA1 | Date | |
|---|---|---|---|
|
d4331bbef4
|
|||
|
e81cd81797
|
|||
|
9423cbc331
|
@ -21,6 +21,9 @@ runs:
|
|||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
|
with:
|
||||||
|
fetch-depth: 0 # required to see all branches
|
||||||
|
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v2
|
||||||
@ -43,8 +46,8 @@ runs:
|
|||||||
run: |
|
run: |
|
||||||
if git ls-remote --exit-code --heads origin latest; then
|
if git ls-remote --exit-code --heads origin latest; then
|
||||||
git switch latest
|
git switch latest
|
||||||
git merge latest
|
git merge master
|
||||||
else
|
else
|
||||||
git checkout -b latest
|
git checkout -b latest
|
||||||
git push origin latest
|
|
||||||
fi
|
fi
|
||||||
|
git push origin latest
|
||||||
|
|||||||
Reference in New Issue
Block a user