Skip to content

Commit

Permalink
Added app_build to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Jan 3, 2020
1 parent d63e34c commit 88bcb6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
if: contains( github.ref, 'master' ) || contains( github.base_ref, 'master' )
run: |
echo ::set-env name=APP_ENV::prod
echo ::set-env name=APP_BUILD::prod
echo "set APP_ENV to $APP_ENV"
- name: Set APP_BUILD to APP_VERSION
if: contains( github.ref, 'master' )
Expand Down

0 comments on commit 88bcb6e

Please sign in to comment.