Skip to content

Commit 27ceccf

Browse files
committed
Remove "https://" from run command when pushing because it gives
"invalid reference format" error because of it
1 parent db3d077 commit 27ceccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
run: "gcloud info"
3434

3535
- name: Build and push image to Google Artifact Registry
36-
run: "gcloud builds submit --tag http://us-central1-docker.pkg.dev/notely-478906/notely-ar-repo/notely:latest ."
36+
run: "gcloud builds submit --tag us-central1-docker.pkg.dev/notely-478906/notely-ar-repo/notely:latest ."

0 commit comments

Comments
 (0)