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 4a903aa commit fd399e3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker_push_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
- name: Authenticate Docker to Artifact Registry
run: gcloud auth configure-docker ${{ vars.REGISTRY }}

- name: Checkout repository
uses: actions/checkout@v2

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v3
Expand All @@ -50,5 +53,5 @@ jobs:
- name: Push Docker image
run: |
docker push ${{ steps.meta.outputs.tags }}
docker push ${{ env.IMAGE_NAME }}

0 comments on commit fd399e3

Please sign in to comment.