Skip to content

Commit

Permalink
Show build info
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeliot-Tm committed Dec 9, 2024
1 parent cf2cdd1 commit b166b67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

- name: Build info
run: |
echo "ID of created image: ${{ steps.push.outputs.imageid }}"
# 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)."
Expand Down

0 comments on commit b166b67

Please sign in to comment.