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 58828b3 commit 63cbf43Copy full SHA for 63cbf43
.github/actions/publish/action.yml
@@ -41,6 +41,7 @@ runs:
41
shell: bash
42
run: |
43
docker login --username $DOCKER_HUB_USERNAME --password $DOCKER_HUB_TOKEN
44
+ echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
45
CONTAINER_ID="$(
46
docker run --detach \
47
--volume "$PWD:$PWD" \
0 commit comments