Skip to content

Commit

Permalink
Fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksongoode committed Mar 18, 2024
1 parent ae95676 commit 60c382a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-gridwatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,17 @@ jobs:
with:
credentials_json: ${{ secrets.GCLOUD_JSON }}

# NOW

- name: Configure Docker for GCR
run: |
gcloud --quiet auth configure-docker
gcloud --quiet config set project powerwatch-backend
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
push: true
tags: ${{ env.REPO }}:${{ github.ref_name }}
cache-from: type=gha
cache-to: type=gha,mode=max
tags: ${{ env.REPO }}:${{ github.ref_name }}

0 comments on commit 60c382a

Please sign in to comment.