Skip to content

Commit

Permalink
Merge pull request #138 from lsst-epo/133-explicitly-name-docker-image
Browse files Browse the repository at this point in the history
Added .env step before build step of dev workflow
  • Loading branch information
ericdrosas87 authored Aug 7, 2024
2 parents 9149aee + 8c16d8f commit b18a40f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/develop-push-gae.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
project_id: ${{ secrets.SV_PROJ_NAME }}
export_default_credentials: true

- name: Get .env
run: gcloud secrets versions access latest --secret=investigations-api-env > .env

- name: Build Container Image
run: docker build -t "gcr.io/${{ secrets.SV_PROJ_NAME }}/investigations-api:${{ github.sha }}" .

Expand Down

0 comments on commit b18a40f

Please sign in to comment.