fghfdgher
Some checks failed
Build Alpine RootFS and Docker Image (latest) / build-and-push (push) Successful in 6s
Build Alpine RootFS and Docker Image (latest) / push-docker (push) Successful in 3s
Build Alpine RootFS and Docker Image (latest) / update-changelog (push) Successful in 2s
Build Alpine RootFS and Docker Image (latest) / update-build-info (push) Failing after 1s

This commit is contained in:
2025-07-06 21:18:26 -07:00
parent 5ca4e41847
commit 29c1acf592

View File

@@ -87,8 +87,9 @@ jobs:
runs-on: docker-build2
steps:
- name: Clone repo
run: git clone https://gitea.fithwum.tech/fithwum/alpine-base.git upload-repo
- name: Clone repo with token auth
run: |
git clone https://${{ secrets.GIT_USERNAME }}:${{ secrets.GIT_TOKEN }}@gitea.fithwum.tech/fithwum/alpine-base.git upload-repo
- name: Update CHANGES.md
run: |
@@ -116,7 +117,7 @@ jobs:
if git status --porcelain | grep .; then
git add "$changelog"
git commit -m "Update changelog for latest"
git push
git push https://${{ secrets.GIT_USERNAME }}:${{ secrets.GIT_TOKEN }}@gitea.fithwum.tech/fithwum/alpine-base.git
fi
update-build-info: