Skip to content

Commit

Permalink
remove unsupported commands
Browse files Browse the repository at this point in the history
  • Loading branch information
gcroci2 committed Sep 4, 2024
1 parent d8165c1 commit 385a748
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/publish_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,6 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
# Output verbose logs
build-args: BUILDKIT_INLINE_CACHE=1
outputs: type=docker,dest=/tmp/myimage.tar

- name: Output Docker build logs
run: |
echo "Docker build logs"
docker load < /tmp/myimage.tar
docker history ${{ steps.meta.outputs.tags }}

# This step generates an artifact attestation for the image, which is an unforgeable statement about where and how it was built. It increases supply chain security for people who consume the image. For more information, see "[AUTOTITLE](/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds)."
- name: Generate artifact attestation
Expand Down

0 comments on commit 385a748

Please sign in to comment.