Skip to content

Commit 9a9cac4

Browse files
committed
[IDE-1660] testing without docker login?
1 parent e3e2bda commit 9a9cac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/publish/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ runs:
4444
shell: bash
4545
run: |
4646
docker login --username $DOCKER_HUB_USERNAME --password $DOCKER_HUB_TOKEN
47-
echo ${{ inputs.ghcr_token }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
47+
# echo ${{ inputs.ghcr_token }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
4848
CONTAINER_ID="$(
4949
docker run --detach \
5050
--volume "$PWD:$PWD" \

0 commit comments

Comments
 (0)