We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dc2b12 commit 0d44cefCopy full SHA for 0d44cef
.github/workflows/release-gatekeeper-function.yaml
@@ -18,6 +18,7 @@ jobs:
18
version: '275.0.0'
19
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
20
service_account_key: ${{ secrets.GCP_SA_KEY }}
21
+ - run: gcloud auth configure-docker
22
- name: Set up Go 1.13
23
uses: actions/setup-go@v1
24
with:
@@ -34,4 +35,4 @@ jobs:
34
35
- name: Push to container registry
36
run: |
37
cd go
- TAG=latest ./scripts/publish-functions.sh
38
+ TAG=latest ./scripts/publish-functions.sh
0 commit comments