File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -116,16 +116,6 @@ jobs:
116116 run : |
117117 echo /tmp/bake-meta-${{ env.PLATFORM_CACHE_TAG }}.json
118118
119- - name : 🔍 Debug baked image
120- run : |
121- tag=$(jq -r '.target."docker-metadata-action".args.DOCKER_META_VERSION' /tmp/bake-meta-${{ env.PLATFORM_CACHE_TAG }}.json)
122- if [ -z "$tag" ]; then
123- echo "Tag is empty, skipping inspect."
124- else
125- echo "Tag extracted: $tag"
126- docker buildx imagetools inspect ${{ env.GHCR_NAMESPACE }}:${tag}
127- fi
128-
129119 - name : 📥 Export digest
130120 run : |
131121 mkdir -p /tmp/digests
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ PHONY: build-from-cache
8383
8484test : # # Run dgoss tests over docker images
8585 set -eux
86- GOSS_WAIT_OPTS=" -r 40s -s 2s > /dev/stdout" GOSS_FILES_STRATEGY=cp GOSS_FILES_PATH=$(DOCKERFILE_DIR ) dgoss run -t $(IMAGE_TAG )
86+ GOSS_SLEEP= " 0.4 " GOSS_WAIT_OPTS=" -r 40s -s 2s > /dev/stdout" GOSS_FILES_STRATEGY=cp GOSS_FILES_PATH=$(DOCKERFILE_DIR ) dgoss run -t $(IMAGE_TAG )
8787.PHONY : test
8888
8989pull : # # Pulls docker image from upstream
You can’t perform that action at this time.
0 commit comments