Skip to content

Commit

Permalink
to strart github action
Browse files Browse the repository at this point in the history
  • Loading branch information
YASH-PATEL1221 committed May 24, 2024
1 parent b61b7e1 commit 83ea02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/google-cloudrun-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
docker build -t "${{ env.GAR_LOCATION }}-docker.pkg.dev/${{ env.PROJECT_ID }}/${{ env.SERVICE }}/nodecicd:${{ github.sha }}" ./
docker push "${{ env.GAR_LOCATION }}-docker.pkg.dev/${{ env.PROJECT_ID }}/${{ env.SERVICE }}/nodecicd:${{ github.sha }}"
# END - Docker auth and build
# END - Docker auth and build

- name: Deploy to Cloud Run
id: deploy
Expand Down

0 comments on commit 83ea02c

Please sign in to comment.