test
All checks were successful
Build and Push Teamspeak Images on Base Image Update / check-for-changes (push) Successful in 6s
Build and Push Teamspeak Images on Base Image Update / build-alpine (push) Successful in 6s
Build and Push Teamspeak Images on Base Image Update / build-basic (push) Successful in 6s
Build and Push Teamspeak Images on Base Image Update / build-debian (push) Successful in 9s
Build and Push Teamspeak Images on Base Image Update / generate-build-info (push) Successful in 4s
Build and Push Teamspeak Images on Base Image Update / generate-changelogs (push) Has been skipped
All checks were successful
Build and Push Teamspeak Images on Base Image Update / check-for-changes (push) Successful in 6s
Build and Push Teamspeak Images on Base Image Update / build-alpine (push) Successful in 6s
Build and Push Teamspeak Images on Base Image Update / build-basic (push) Successful in 6s
Build and Push Teamspeak Images on Base Image Update / build-debian (push) Successful in 9s
Build and Push Teamspeak Images on Base Image Update / generate-build-info (push) Successful in 4s
Build and Push Teamspeak Images on Base Image Update / generate-changelogs (push) Has been skipped
This commit is contained in:
@@ -71,9 +71,12 @@ jobs:
|
||||
done
|
||||
|
||||
if [ "$changes" = true ]; then
|
||||
git fetch origin main
|
||||
git rebase origin/main
|
||||
|
||||
git add .cache/*-base.digest
|
||||
git commit -m "Update base image digests ($(date -u +'%Y-%m-%dT%H:%M:%SZ'))"
|
||||
git push
|
||||
git push origin HEAD:main
|
||||
else
|
||||
echo "[INFO] No base digest changes to commit."
|
||||
fi
|
||||
@@ -118,7 +121,6 @@ jobs:
|
||||
check_variant "debian" "${{ steps.get_digest.outputs.debian_digest }}"
|
||||
check_variant "basic" "${{ steps.get_digest.outputs.basic_digest }}"
|
||||
|
||||
|
||||
build-alpine:
|
||||
needs: check-for-changes
|
||||
if: needs.check-for-changes.outputs.should_build_alpine == 'true'
|
||||
|
||||
Reference in New Issue
Block a user