sfgdhsfgh
Some checks failed
Build and Push Alpine RootFS and Docker Images / build-and-upload-rootfs (push) Successful in 57s
Build and Push Alpine RootFS and Docker Images / build-and-push-docker-images (push) Failing after 14s
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 57s
Build and Push Alpine RootFS and Docker Images / build-and-push-docker-images (push) Failing after 14s
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:
@@ -113,7 +113,7 @@ jobs:
|
||||
for version in $ALPINE_VERSIONS; do
|
||||
IMAGE="${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_ORG }}/${{ env.IMAGE_REPO }}:$version"
|
||||
echo "[INFO] Building and pushing $IMAGE"
|
||||
docker buildx build --platform linux/amd64 -t "$IMAGE" -f /v$version/Dockerfile --push upload-repo/$version
|
||||
docker buildx build --platform linux/amd64 -t "$IMAGE" -f /$version/Dockerfile --push upload-repo/$version
|
||||
done
|
||||
|
||||
generate-changelogs:
|
||||
|
||||
Reference in New Issue
Block a user