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
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user