Skip to content

Commit

Permalink
Update google-cloudrun-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger13579 authored Apr 23, 2024
1 parent 171773b commit 7964bfe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/google-cloudrun-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ jobs:
password: '${{ steps.auth.outputs.access_token }}'
registry: '${{ env.GAR_LOCATION }}-docker.pkg.dev'

- name: 'Create env file'
run: |-
touch .env
echo MONGO_DB_URL=${{ secrets.MONGO_DB_URL }} >> .env
cat .env
- name: Build and Push Container
env:
MONGO_DB_URL: ${{ secrets.MONGO_DB_URL }}
Expand Down

0 comments on commit 7964bfe

Please sign in to comment.