Skip to content

Commit

Permalink
fix: workflow paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Firgrep committed May 21, 2024
1 parent b5d8989 commit 47d6ab9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-cd-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,9 @@ jobs:
# Build and push the Docker image
- name: Build and Push Container
run: |-
cd packages/stripe-warden &&
docker build \
-f Dockerfile \
-t "${{ env.REGION }}-docker.pkg.dev/${{ env.PROJECT_ID }}/${{ env.SERVICE }}/${{ env.SERVICE }}:${{ env.TAG }}" .
echo "=== IMAGE NAME: ${{ env.REGION }}-docker.pkg.dev/${{ env.PROJECT_ID }}/${{ env.SERVICE }}/${{ env.SERVICE }}:${{ env.TAG }}"
docker push "${{ env.REGION }}-docker.pkg.dev/${{ env.PROJECT_ID }}/${{ env.SERVICE }}/${{ env.SERVICE }}:${{ env.TAG }}"
# Deploy to Cloud Run
Expand Down

0 comments on commit 47d6ab9

Please sign in to comment.