Skip to content

Commit

Permalink
see if we can see the pw from the container
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-zorn committed Aug 15, 2024
1 parent b5ec01e commit 15245eb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/actions/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,15 @@ runs:
docker exec --tty "$CONTAINER_ID" git config --global --add safe.directory '*'
docker exec --tty "$CONTAINER_ID" echo $DOCKER_TOKEN | docker login --username $DOCKER_USERNAME --password-stdin
echo "CONTAINER_ID=$CONTAINER_ID" >> "$GITHUB_ENV"
- name: check docker login
shell: bash
run: docker exec
--workdir "$PWD"
--tty
"$CONTAINER_ID"
cat /home/runner/.docker/config.json

- name: Run Goreleaser
shell: bash
run: docker exec
Expand Down

0 comments on commit 15245eb

Please sign in to comment.