3 Commits
v1.5 ... v1.8

Author SHA1 Message Date
e81cd81797 always push latest to origin 2026-01-31 01:10:24 +01:00
9423cbc331 checkout get all branches 2026-01-31 01:04:07 +01:00
915a2fc67e maybe needs action checkout 2026-01-31 00:51:21 +01:00

View File

@ -20,6 +20,11 @@ inputs:
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
@ -44,5 +49,5 @@ runs:
git merge latest
else
git checkout -b latest
git push origin latest
fi
git push origin latest