File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed
Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change 3333 push :
3434 branches :
3535 - main
36- # paths:
37- # - 'builder-api/**'
36+ paths :
37+ - ' builder-api/**'
3838
3939env :
4040 PROJECT_ID : ' benefit-decision-toolkit-play'
7070
7171 - name : ' Set up Cloud SDK'
7272 uses : ' google-github-actions/setup-gcloud@v2'
73-
74- - name : ' Verify Authentication'
75- run : |
76- gcloud auth list
77- gcloud config list project
7873
7974 # BEGIN - Docker auth and build
80- #
81- # If you already have a container image, you can omit these steps.
82- # - name: 'Docker Auth'
83- # uses: 'docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567' # docker/login-action@v3
84- # with:
85- # username: 'oauth2accesstoken'
86- # password: '${{ steps.auth.outputs.auth_token }}'
87- # registry: '${{ env.REGION }}-docker.pkg.dev'
8875
8976 # Configure Docker to use gcloud as a credential helper
9077 - name : ' Configure Docker'
You can’t perform that action at this time.
0 commit comments