Skip to content

Commit

Permalink
Update communication-api.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cowienduckie authored Nov 30, 2023
1 parent 49158f6 commit ca39299
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/communication-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:

# Docker variables
IMAGE: communication-api
DOCKERFILE_PATH: ./src/Communication/Communication.Api/Dockerfile
DOCKERFILE_PATH: src/Communication/Communication.Api/Dockerfile
DOCKER_CONTEXT: .

# Kubernetes variables
CLUSTER_NAME: sit-cluster
Expand Down Expand Up @@ -70,7 +71,7 @@ jobs:
--tag "$REGION-docker.pkg.dev/$GOOGLE_PROJECT/$PROJECT_NAME/$IMAGE:latest" \
-f $DOCKERFILE_PATH \
--no-cache \
.
$DOCKER_CONTEXT
- name: Push Docker image
run: |-
Expand Down

0 comments on commit ca39299

Please sign in to comment.