We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5734df8 commit db5adc0Copy full SHA for db5adc0
.github/workflows/release.yaml
@@ -54,6 +54,7 @@ jobs:
54
id: image_build
55
env:
56
RELEASE_TAG: "test.0.0"
57
+ GH_TOKEN: ${{ github.token }}
58
run: |
59
BASE_TAG=$(docker buildx imagetools inspect danielflook/terraform-github-actions-base:latest --format '{{json .}}' | jq -r '.manifest.annotations."ref.tag"')
60
BASE_DIGEST=$(docker buildx imagetools inspect danielflook/terraform-github-actions-base:$BASE_TAG --format '{{json .}}' | jq -r '.manifest.digest')
0 commit comments