Skip to content

Commit

Permalink
[FD-1830] Edits for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
brendagutman committed Nov 27, 2024
1 parent 23f6611 commit e822ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
else
SERVICE='${{ env.SERVICE }}-${{ github.event.inputs.environment }}'
fi
DOCKER_TAG="${{ env.REGION }}-docker.pkg.dev/${{ env.PROJECT_ID }}/SERVICE/${{ env.IMAGE_NAME }}:${{ github.sha }}"
DOCKER_TAG="${{ env.REGION }}-docker.pkg.dev/${{ env.PROJECT_ID }}/${SERVICE}/${{ env.IMAGE_NAME }}:${{ github.sha }}"
echo "DOCKER_TAG=${DOCKER_TAG}" >> $GITHUB_ENV
echo "SERVICE=${SERVICE}" >> $GITHUB_ENV
docker build -t "${DOCKER_TAG}" --build-arg ENV=${{ github.event.inputs.environment }} .
Expand Down

0 comments on commit e822ab7

Please sign in to comment.