Skip to content

Commit

Permalink
Merge pull request #502 from mozilla-iam/gunicorn_settings
Browse files Browse the repository at this point in the history
gcloud auth configure-docker now requires --quiet to supress user prompt
  • Loading branch information
dividehex authored Aug 5, 2024
2 parents efce985 + d8a9b84 commit df56838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
service_account: '${{ secrets.WIF_SERVICE_ACCOUNT }}'

- name: 'Docker auth'
run: gcloud auth configure-docker ${{ env.GAR_LOCATION }}-docker.pkg.dev
run: gcloud auth configure-docker ${{ env.GAR_LOCATION }}-docker.pkg.dev --quiet

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit df56838

Please sign in to comment.