We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e96e017 commit a52a666Copy full SHA for a52a666
1 file changed
.github/workflows/deploy-builder-api.yml
@@ -86,12 +86,6 @@ jobs:
86
# password: '${{ steps.auth.outputs.auth_token }}'
87
# registry: '${{ env.REGION }}-docker.pkg.dev'
88
89
- # Verify repository access
90
- - name: 'Verify Repository Access'
91
- run: |
92
- gcloud artifacts repositories list --location=${{ env.REGION }}
93
- gcloud artifacts repositories describe ${{ env.REPOSITORY }} --location=${{ env.REGION }}
94
-
95
# Configure Docker to use gcloud as a credential helper
96
- name: 'Configure Docker'
97
run: |
0 commit comments