fghsdghfsn
Some checks failed
Build and Push Alpine RootFS and Docker Images / build-and-upload-rootfs (push) Successful in 42s
Build and Push Alpine RootFS and Docker Images / build-and-push-docker-images (push) Failing after 5s
Build and Push Alpine RootFS and Docker Images / generate-changelogs (push) Has been skipped
Build and Push Alpine RootFS and Docker Images / generate-build-info (push) Has been skipped
Some checks failed
Build and Push Alpine RootFS and Docker Images / build-and-upload-rootfs (push) Successful in 42s
Build and Push Alpine RootFS and Docker Images / build-and-push-docker-images (push) Failing after 5s
Build and Push Alpine RootFS and Docker Images / generate-changelogs (push) Has been skipped
Build and Push Alpine RootFS and Docker Images / generate-build-info (push) Has been skipped
This commit is contained in:
@@ -56,7 +56,7 @@ jobs:
|
||||
git config user.email "${{ secrets.GIT_EMAIL }}"
|
||||
|
||||
if git status --porcelain | grep .; then
|
||||
git add */alpine-$version.tar.gz
|
||||
git add **/*.tar.gz
|
||||
git commit -m "Update Alpine rootfs $(date -u +'%Y-%m-%dT%H:%M:%SZ')"
|
||||
git push
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user