Skip to content

Commit

Permalink
New gcr docker credentials env var name
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed Mar 31, 2022
1 parent b79a38a commit 1184c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/docker-login-public-gcr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

set -euo pipefail

echo "$PUBLIC_GCR_SERVICE_KEY" | docker login -u _json_key --password-stdin https://gcr.io
echo "$KALIX_PUBLIC_GCR_SERVICE_KEY" | docker login -u _json_key --password-stdin https://gcr.io

0 comments on commit 1184c02

Please sign in to comment.