Skip to content

Commit

Permalink
Add extra build args to docker build process (#12466)
Browse files Browse the repository at this point in the history
Co-authored-by: Curt Bonade <cbonade@Curts-MacBook-Pro.local>
  • Loading branch information
CBonade and Curt Bonade authored Apr 21, 2023
1 parent 522556d commit df2e996
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/preview-environment-update-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
uses: docker/build-push-action@v2
with:
build-args: |
userid=${{ env.VETS_API_USER_ID }}
BUNDLE_ENTERPRISE__CONTRIBSYS__COM=${{ env.BUNDLE_ENTERPRISE__CONTRIBSYS__COM }}
USER_ID=${{ env.VETS_API_USER_ID }}
RAILS_ENV=production
context: .
# target: production
push: true
Expand Down

0 comments on commit df2e996

Please sign in to comment.