Skip to content

Commit

Permalink
change to docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Scira committed Sep 11, 2024
1 parent c0b6ca7 commit fccb3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-BuildAndPush.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Build and Push Docker Images
run: |
docker buildx build -t us-central1-docker.pkg.dev/$PROJECT_ID/$REPOSITORY/ops_terra_utils_slim:$GITHUB_SHA -f ./ops_docker_utils_slim/Dockerfile .
docker build -t us-central1-docker.pkg.dev/$PROJECT_ID/$REPOSITORY/ops_terra_utils_slim:$GITHUB_SHA -f ./ops_docker_utils_slim/Dockerfile .
docker push us-central1-docker.pkg.dev/$PROJECT_ID/$REPOSITORY/ops_terra_utils_slim:$GITHUB_SHA
env:
PROJECT_ID: ${{ secrets.GCP_PROJECT_ID }}
Expand Down

0 comments on commit fccb3c5

Please # to comment.