Skip to content

Commit ad60331

Browse files
authored
Login to GitHub Image Registry before pulling image (#35)
1 parent 4c4af87 commit ad60331

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker_container_deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
fi
3737
3838
# Pull with explicit tag (or default to 'latest')
39+
docker login ghcr.io -u bardin08 -p ${{ secrets.GITHUB_TOKEN }}
3940
echo "Pulling image: ghcr.io/trumpee/trumpee-${{ env.lowercase_repo_name }}:${{ github.event.inputs.image_tag }}"
4041
docker pull "ghcr.io/trumpee/trumpee-${{ env.lowercase_repo_name }}:${{ github.event.inputs.image_tag }}"
4142

0 commit comments

Comments
 (0)