Skip to content

Commit 129e74e

Browse files
authored
Merge pull request #42 from wayofdev/feat/new-ci-workflows
2 parents 3a7d806 + f0d1a2c commit 129e74e

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ PHONY: build-from-cache
8383

8484
test: ## 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

8989
pull: ## Pulls docker image from upstream

0 commit comments

Comments
 (0)