File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments