fghjfghj
All checks were successful
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-rootfs-archives (push) Successful in 8m36s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / push-archives-to-repo (push) Successful in 1m5s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Has been skipped

This commit is contained in:
2025-07-07 11:33:07 -07:00
parent 1e49caca7f
commit 5d65fb30ce

View File

@@ -7,7 +7,7 @@ on:
paths-ignore: paths-ignore:
- '**/CHANGES.md' - '**/CHANGES.md'
- '**/build-info.json' - '**/build-info.json'
- '**/sha256sums.txt' - '/sha256sums.txt'
schedule: schedule:
- cron: '0 12 * * 0' # Sunday at noon UTC - cron: '0 12 * * 0' # Sunday at noon UTC
@@ -132,7 +132,7 @@ jobs:
IMAGE_ORG=fithwum IMAGE_ORG=fithwum
IMAGE_REPO=debian-base IMAGE_REPO=debian-base
for TAG in buster bullseye bookworm trixie docker-build; do for TAG in buster bullseye bookworm docker-build; do
FULL_IMAGE="${IMAGE_REGISTRY}/${IMAGE_ORG}/${IMAGE_REPO}:${TAG}" FULL_IMAGE="${IMAGE_REGISTRY}/${IMAGE_ORG}/${IMAGE_REPO}:${TAG}"
echo "[INFO] Building and pushing $FULL_IMAGE" echo "[INFO] Building and pushing $FULL_IMAGE"
docker buildx build --platform linux/amd64 --push -t "$FULL_IMAGE" "./$TAG" docker buildx build --platform linux/amd64 --push -t "$FULL_IMAGE" "./$TAG"