Skip to content

Commit

Permalink
testing 12
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonSmith committed Jun 12, 2024
1 parent 8898138 commit 6909a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_push_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Push Docker image
run: |
gcloud auth configure-docker us-docker.pkg.dev $$ \
gcloud auth configure-docker us-docker.pkg.dev --quiet && \
docker push ${{ vars.REGISTRY }}/hello-world
# - name: Tag Docker image
Expand Down

0 comments on commit 6909a0a

Please sign in to comment.