Skip to content

Commit

Permalink
Run configure-docker in gatekeeper release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfarzan authored Feb 6, 2020
1 parent 9dc2b12 commit 0d44cef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-gatekeeper-function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
version: '275.0.0'
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
service_account_key: ${{ secrets.GCP_SA_KEY }}
- run: gcloud auth configure-docker
- name: Set up Go 1.13
uses: actions/setup-go@v1
with:
Expand All @@ -34,4 +35,4 @@ jobs:
- name: Push to container registry
run: |
cd go
TAG=latest ./scripts/publish-functions.sh
TAG=latest ./scripts/publish-functions.sh

0 comments on commit 0d44cef

Please sign in to comment.