Skip to content

Commit

Permalink
Update google.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Joefficial authored May 15, 2021
1 parent ed7adaa commit 686ad7c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/google.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,10 @@ jobs:

# Build the Docker image
- name: Build
run: |-
docker build \
--tag "gcr.io/$PROJECT_ID/$IMAGE:$GITHUB_SHA" \
run: |
docker build -t "$REGISTRY_HOSTNAME"/"$GKE_PROJECT"/"$IMAGE":"$GITHUB_SHA" \
--build-arg GITHUB_SHA="$GITHUB_SHA" \
--build-arg GITHUB_REF="$GITHUB_REF" \
--build-arg GITHUB_REF="$GITHUB_REF" .
.
# Push the Docker image to Google Container Registry
Expand Down

0 comments on commit 686ad7c

Please sign in to comment.