Skip to content

Commit 63cbf43

Browse files
committed
[IDE-1660] needs login
1 parent 58828b3 commit 63cbf43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/publish/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ runs:
4141
shell: bash
4242
run: |
4343
docker login --username $DOCKER_HUB_USERNAME --password $DOCKER_HUB_TOKEN
44+
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
4445
CONTAINER_ID="$(
4546
docker run --detach \
4647
--volume "$PWD:$PWD" \

0 commit comments

Comments
 (0)