Skip to content

Commit b0523aa

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
149149
# git tags that use DockerHub for the image
150150
prepare_release
151-
sed -i "s| image:.*| image: docker://danielflook/terraform-github-actions-dev@$IMAGE_DIGEST|" "$HOME/$action/action.yaml"
151+
sed -i "s| image:.*| image: docker://danielflook/terraform-github-actions-dev@$IMAGE_DIGEST|" "$HOME/$action/action.yml"
152152
153153
git -C "$HOME/$action" add -A
154154
git -C "$HOME/$action" commit -m "$RELEASE_TAG"
@@ -164,7 +164,7 @@ jobs:
164164
# git tags that use GitHub Container Registry for the image
165165
git -C "$HOME/$action" checkout ghcr || git -C "$HOME/$action" checkout -b ghcr
166166
prepare_release
167-
sed -i "s| image:.*| image: docker://ghcr.io/dflook/terraform-github-actions-dev@$IMAGE_DIGEST|" "$HOME/$action/action.yaml"
167+
sed -i "s| image:.*| image: docker://ghcr.io/dflook/terraform-github-actions-dev@$IMAGE_DIGEST|" "$HOME/$action/action.yml"
168168
169169
git -C "$HOME/$action" add -A
170170
git -C "$HOME/$action" commit -m "$RELEASE_TAG-ghcr"

0 commit comments

Comments
 (0)