Skip to content

Commit

Permalink
Use production stage in image build
Browse files Browse the repository at this point in the history
The "deploy-staging" workflow did not specify the target in the build,
so a development image was generated. This sets it to production.
  • Loading branch information
botimer committed Jun 27, 2024
1 parent f08dc8a commit 272b307
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
image_name: ${{ vars.IMAGE_NAME }}
tag: ${{ github.event.release.tag_name }}
dockerfile: ./lauth/Dockerfile
target: production
secrets: inherit

deploy-staging:
Expand Down

0 comments on commit 272b307

Please sign in to comment.