Compare commits
2 Commits
915a2fc67e
...
v1.8
| Author | SHA1 | Date | |
|---|---|---|---|
|
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
|
||||||
@ -46,5 +49,5 @@ runs:
|
|||||||
git merge latest
|
git merge latest
|
||||||
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