Fix GitHub Actions env references in pipeline
This commit is contained in:
parent
b84d0079a6
commit
bb693ce463
3
.github/workflows/pipeline.yaml
vendored
3
.github/workflows/pipeline.yaml
vendored
@ -115,9 +115,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
needs: prep
|
||||
env:
|
||||
PRIMARY_DOMAIN: ${{ env.PRIMARY_DOMAIN }}
|
||||
NEXT_PUBLIC_RUNTIME_ENVIRONMENT: ${{ env.NEXT_PUBLIC_RUNTIME_ENVIRONMENT }}
|
||||
NEXT_PUBLIC_RUNTIME_REGION: ${{ env.NEXT_PUBLIC_RUNTIME_REGION }}
|
||||
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_DNS_API_TOKEN }}
|
||||
outputs:
|
||||
image_ref: ${{ needs.prep.outputs.image_ref }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user