Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonSmith committed Jun 12, 2024
1 parent b67894e commit 2ccf85d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_push_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:


- name: Authenticate Docker to Artifact Registry
run: gcloud auth configure-docker ${{ vars.REGISTRY }}
run: gcloud auth configure-docker --quiet

- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -53,5 +53,5 @@ jobs:
- name: Push Docker image
run: |
docker push ${{ steps.meta.outputs.tags }}
docker push ${{ env.IMAGE_NAME }}

0 comments on commit 2ccf85d

Please sign in to comment.