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 119dd8c commit 488cbb4Copy full SHA for 488cbb4
.github/workflows/release.yaml
@@ -65,7 +65,7 @@ jobs:
65
66
rsync -r $action/ $HOME/$action
67
68
- sed -i "s|../image/Dockerfile|docker.pkg.github.com/dflook/terraform-github-actions/action:$RELEASE_TAG|" $HOME/$action/action.yaml
+ sed -i "s|../image/Dockerfile|docker://danielflook/terraform-github-actions:$RELEASE_TAG|" $HOME/$action/action.yaml
69
70
major=`echo $RELEASE_TAG | cut -d. -f1`
71
minor=`echo $RELEASE_TAG | cut -d. -f2`
0 commit comments