Skip to content

Commit 488cbb4

Browse files
committed
Use dockerhub for action image
GitHub packages registry requires auth for public read.
1 parent 119dd8c commit 488cbb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
6666
rsync -r $action/ $HOME/$action
6767
68-
sed -i "s|../image/Dockerfile|docker.pkg.github.com/dflook/terraform-github-actions/action:$RELEASE_TAG|" $HOME/$action/action.yaml
68+
sed -i "s|../image/Dockerfile|docker://danielflook/terraform-github-actions:$RELEASE_TAG|" $HOME/$action/action.yaml
6969
7070
major=`echo $RELEASE_TAG | cut -d. -f1`
7171
minor=`echo $RELEASE_TAG | cut -d. -f2`

0 commit comments

Comments
 (0)