Skip to content

Commit df83dbe

Browse files
committed
Put metadata in annotations
Tooling for attestations is a bit crap
1 parent feaa196 commit df83dbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/base-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
--annotation "index,manifest:org.opencontainers.image.created=$(date '+%Y-%m-%dT%H:%M:%S%z')" \
4343
--annotation "index,manifest:org.opencontainers.image.source=https://github.com/${{ github.repository }}" \
4444
--annotation "index,manifest:org.opencontainers.image.revision=${{ github.sha }}" \
45-
--annotation "index,manifest:org.opencontainers.image.title="terraform-github-actions-base" \
45+
--annotation "index,manifest:org.opencontainers.image.title=terraform-github-actions-base" \
4646
--annotation "index,manifest:org.opencontainers.image.description=Base image for terraform-github-actions" \
4747
--annotation "index:org.opencontainers.image.ref.name=docker.io/danielflook/terraform-github-actions-base:$GITHUB_RUN_ID" \
4848
--annotation "index,manifest:builder-id=$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID" \

0 commit comments

Comments
 (0)