Skip to content

Commit

Permalink
Merge pull request #3 from aafre/frontend
Browse files Browse the repository at this point in the history
Updated URL
  • Loading branch information
aafre authored Jan 1, 2025
2 parents 84455c9 + e61f0e2 commit f11fd93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# Configure Docker to use the GCP Container Registry
- name: Configure Docker to use GCP Container Registry
run: |
echo ${{ secrets.GCP_SERVICE_ACCOUNT_KEY }} | docker login ${{ secrets.GCP_DOCKER_LOGIN }} -u _json_key_base64 --password-stdin
echo ${{ secrets.GCP_SERVICE_ACCOUNT_KEY }} | docker login -u _json_key --password-stdin ${{ secrets.GCP_DOCKER_LOGIN }}
# Push the Docker image to Container Registry
Expand Down

0 comments on commit f11fd93

Please sign in to comment.