default to "prod" build.

This commit is contained in:
Jason Kulatunga 2022-12-18 07:58:55 -08:00
parent 6fd69575d1
commit e4cb280015
1 changed files with 1 additions and 1 deletions

View File

@ -66,6 +66,6 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
FASTEN_ENV=${{ github.ref_name == 'main' && 'prod' || 'sandbox' }}
FASTEN_ENV=${{ github.ref_name == 'sandbox' && 'sandbox' || 'prod' }}
# cache-from: type=gha
# cache-to: type=gha,mode=max