Skip to content

Commit 0d44cef

Browse files
authored
Run configure-docker in gatekeeper release workflow
1 parent 9dc2b12 commit 0d44cef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-gatekeeper-function.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
version: '275.0.0'
1919
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
2020
service_account_key: ${{ secrets.GCP_SA_KEY }}
21+
- run: gcloud auth configure-docker
2122
- name: Set up Go 1.13
2223
uses: actions/setup-go@v1
2324
with:
@@ -34,4 +35,4 @@ jobs:
3435
- name: Push to container registry
3536
run: |
3637
cd go
37-
TAG=latest ./scripts/publish-functions.sh
38+
TAG=latest ./scripts/publish-functions.sh

0 commit comments

Comments
 (0)