We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b30a1de commit b3ae6c5Copy full SHA for b3ae6c5
1 file changed
.github/workflows/main.yaml
@@ -76,7 +76,7 @@ jobs:
76
77
- name: Publish docker image
78
env:
79
- KO_DOCKER_REPO: europe-north1-docker.pkg.dev/cloud-418
+ KO_DOCKER_REPO: europe-north1-docker.pkg.dev/cloud-418/mope
80
run: |
81
./ko login europe-north1-docker.pkg.dev --username oauth2accesstoken --password ${{ steps.auth.outputs.access_token }}
82
./ko publish -B .
0 commit comments