Skip to content

Commit

Permalink
Github actions: skip gcloud auth configure-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
fdabrandao authored Sep 14, 2024
1 parent ee7725a commit 86d79bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-streamlit-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
registry: '${{ secrets.GCP_REGION }}-docker.pkg.dev'

# Step 4: Configure Docker to use Artifact Registry
- name: Authenticate Docker to Artifact Registry
run: |
gcloud auth configure-docker ${{ secrets.GCP_REGION }}-docker.pkg.dev
#- name: Authenticate Docker to Artifact Registry
# run: |
# gcloud auth configure-docker ${{ secrets.GCP_REGION }}-docker.pkg.dev

# Step 5: Build Docker Image for Streamlit app
- name: Build Docker image
Expand Down

0 comments on commit 86d79bd

Please sign in to comment.