Skip to content

Commit

Permalink
Github actions: add missing image name
Browse files Browse the repository at this point in the history
  • Loading branch information
fdabrandao authored Sep 14, 2024
1 parent 65dc943 commit 5233362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-streamlit-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Push Docker image to Artifact Registry
run: |
# gcloud auth print-access-token | docker login -u oauth2accesstoken --password-stdin https://${{ secrets.GCP_REGION }}-docker.pkg.dev
docker push us-central1-docker.pkg.dev/streamlit-app-434012/streamlit-app:$GITHUB_SHA
docker push us-central1-docker.pkg.dev/streamlit-app-434012/streamlit-app/streamlit-app:$GITHUB_SHA
#docker push ${{ secrets.GCP_REGION }}-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/streamlit-app/streamlit-app:$GITHUB_SHA
# Step 7: Deploy to Cloud Run using the Artifact Registry image
Expand Down

0 comments on commit 5233362

Please sign in to comment.