We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 669b8a6 commit 1cceec7Copy full SHA for 1cceec7
.github/workflows/push-buildpackage.yml
@@ -41,7 +41,7 @@ jobs:
41
registries_filename="${{ env.REGISTRIES_FILENAME }}"
42
43
push_to_dockerhub=true
44
- push_to_gcr=true
+ push_to_gcr=false
45
46
if [[ -f $registries_filename ]]; then
47
if jq 'has("dockerhub")' $registries_filename > /dev/null; then
0 commit comments