Compare commits
2 Commits
v1.6
...
e81cd81797
| Author | SHA1 | Date | |
|---|---|---|---|
|
e81cd81797
|
|||
|
9423cbc331
|
@ -21,6 +21,9 @@ runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0 # required to see all branches
|
||||
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
@ -46,5 +49,5 @@ runs:
|
||||
git merge latest
|
||||
else
|
||||
git checkout -b latest
|
||||
git push origin latest
|
||||
fi
|
||||
git push origin latest
|
||||
|
||||
Reference in New Issue
Block a user