Skip to content

Commit

Permalink
Fixing dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gnthibault committed Nov 12, 2024
1 parent 42e7781 commit 596c9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
# version: '>= 363.0.0'
- id: 'build_and_push'
run: |-
docker buildx build --platform linux/amd64 GOOGLE_CLOUD_PROJECT="tom-toolkit-dev-hxm" -t ${{ vars.AR_URL }}/${{ vars.IMAGE_NAME }} .
docker buildx build --platform linux/amd64 -t ${{ vars.AR_URL }}/${{ vars.IMAGE_NAME }} .
docker tag ${{ vars.AR_URL }}/${{ vars.IMAGE_NAME }} ${{ vars.AR_URL }}/${{ vars.IMAGE_NAME }}:${{ github.sha }}
#gcloud auth configure-docker ${{ vars.AR_REPO_LOCATION }}-docker.pkg.dev
docker push ${{ vars.AR_URL }}/${{ vars.IMAGE_NAME }}:${{ github.sha }}
Expand Down

0 comments on commit 596c9f5

Please sign in to comment.