Skip to content

Commit

Permalink
chore: remove debug section
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Apr 4, 2024
1 parent 3a7d806 commit 8c387ab
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,16 +116,6 @@ jobs:
run: |
echo /tmp/bake-meta-${{ env.PLATFORM_CACHE_TAG }}.json
- name: 🔍 Debug baked image
run: |
tag=$(jq -r '.target."docker-metadata-action".args.DOCKER_META_VERSION' /tmp/bake-meta-${{ env.PLATFORM_CACHE_TAG }}.json)
if [ -z "$tag" ]; then
echo "Tag is empty, skipping inspect."
else
echo "Tag extracted: $tag"
docker buildx imagetools inspect ${{ env.GHCR_NAMESPACE }}:${tag}
fi
- name: 📥 Export digest
run: |
mkdir -p /tmp/digests
Expand Down

0 comments on commit 8c387ab

Please sign in to comment.