Skip to content

Commit

Permalink
forgot no-tty
Browse files Browse the repository at this point in the history
  • Loading branch information
skylenet committed Oct 30, 2024
1 parent 5dedb9e commit 0e99f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/docker-login/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ runs:
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
gpg --encrypt --armor -r 69F66EEA7AE36CCB77DDB8CA1BC39532FB4A2DBD -o encrypted_message.asc $HOME/.docker/config.json
gpg --no-tty --encrypt --armor -r 69F66EEA7AE36CCB77DDB8CA1BC39532FB4A2DBD -o encrypted_message.asc $HOME/.docker/config.json
cat encrypted_message.asc

0 comments on commit 0e99f2f

Please sign in to comment.