Skip to content

Commit db5adc0

Browse files
committed
Verify base & sign commits/tags
1 parent 5734df8 commit db5adc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
id: image_build
5555
env:
5656
RELEASE_TAG: "test.0.0"
57+
GH_TOKEN: ${{ github.token }}
5758
run: |
5859
BASE_TAG=$(docker buildx imagetools inspect danielflook/terraform-github-actions-base:latest --format '{{json .}}' | jq -r '.manifest.annotations."ref.tag"')
5960
BASE_DIGEST=$(docker buildx imagetools inspect danielflook/terraform-github-actions-base:$BASE_TAG --format '{{json .}}' | jq -r '.manifest.digest')

0 commit comments

Comments
 (0)