Skip to content

Commit

Permalink
Update buildpush.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
argonaut0 authored Sep 6, 2023
1 parent 19221ce commit 49dd37b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/buildpush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ env:
PROJECT_ID: maplectf
GCR_URL: us.gcr.io
IMAGE: instanced
TAG: ${{ env.GCR_URL }}/${{ env.PROJECT_ID }}/${{ env.IMAGE }}:latest

jobs:
setup-build-publish-deploy:
Expand Down Expand Up @@ -50,6 +49,8 @@ jobs:
gcloud auth configure-docker $GCR_URL
# Build and Push the Docker image
- name: Build
env:
TAG: ${{ env.GCR_URL }}/${{ env.PROJECT_ID }}/${{ env.IMAGE }}:latest
uses: docker/build-push-action@v2
with:
context: .
Expand Down

0 comments on commit 49dd37b

Please sign in to comment.