Skip to content

Commit

Permalink
add ssh debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-zorn committed Aug 15, 2024
1 parent b6eacc6 commit c673433
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/actions/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,8 @@ runs:
docker exec --workdir "$PWD" --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: Start SSH via tmate
uses: hoshsadiq/ssh2action@main

- name: Run Goreleaser
shell: bash
Expand Down

0 comments on commit c673433

Please sign in to comment.