Skip to content

Commit 1cceec7

Browse files
committed
Updating github-config
1 parent 669b8a6 commit 1cceec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-buildpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
registries_filename="${{ env.REGISTRIES_FILENAME }}"
4242
4343
push_to_dockerhub=true
44-
push_to_gcr=true
44+
push_to_gcr=false
4545
4646
if [[ -f $registries_filename ]]; then
4747
if jq 'has("dockerhub")' $registries_filename > /dev/null; then

0 commit comments

Comments
 (0)