Skip to content

Commit

Permalink
deploy testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonSmith committed Aug 7, 2024
1 parent e912042 commit 696c9fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_push_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ jobs:
project_id: ${{ env.GCP_PROJECT_ID }}

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

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v3
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
images: ${{ vars.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build and push Docker image
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 696c9fe

Please sign in to comment.