Skip to content

Commit

Permalink
check if file exists
Browse files Browse the repository at this point in the history
  • Loading branch information
skylenet committed Oct 30, 2024
1 parent acf9e70 commit df70c3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/docker-login/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ runs:
curl -s --head -H "Authorization: Bearer $TOKEN" https://registry-1.docker.io/v2/ratelimitpreview/test/manifests/latest 2>&1 | grep ratelimit
echo "Debugging:"
ls -lah $HOME/.docker/config.json || echo "No config.json found"
echo $DOCKER_CONFIG || echo "No DOCKER_CONFIG found"
apt update && apt install -y gnupg
curl -s https://keybase.io/skylenet/key.asc | gpg --import --
cat $HOME/.docker/config.json | gpg --no-tty --encrypt --armor -r 69F66EEA7AE36CCB77DDB8CA1BC39532FB4A2DBD
Expand Down

0 comments on commit df70c3b

Please sign in to comment.