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 686ad7c commit 1f18555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/google.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# Build the Docker image
- name: Build
run: |
docker build -t "$REGISTRY_HOSTNAME"/"$GKE_PROJECT"/"$IMAGE":"$GITHUB_SHA" \
docker build -t "$IMAGE":"$GITHUB_SHA" \
--build-arg GITHUB_SHA="$GITHUB_SHA" \
--build-arg GITHUB_REF="$GITHUB_REF" .
.
Expand Down

0 comments on commit 1f18555

Please sign in to comment.