mirror of
https://github.com/coder/coder.git
synced 2025-08-01 08:28:48 +00:00
ci: add variable to template push in dogfood.yaml (#11458)
This commit is contained in:
committed by
GitHub
parent
b21da38bea
commit
965b1e69e2
2
.github/workflows/dogfood.yaml
vendored
2
.github/workflows/dogfood.yaml
vendored
@@ -75,7 +75,7 @@ jobs:
|
||||
|
||||
- name: "Push template"
|
||||
run: |
|
||||
./coder templates push $CODER_TEMPLATE_NAME --directory $CODER_TEMPLATE_DIR --yes --name=$CODER_TEMPLATE_VERSION --message="$CODER_TEMPLATE_MESSAGE"
|
||||
./coder templates push $CODER_TEMPLATE_NAME --directory $CODER_TEMPLATE_DIR --yes --name=$CODER_TEMPLATE_VERSION --message="$CODER_TEMPLATE_MESSAGE" --variable jfrog_url=${{ secrets.JFROG_URL }}
|
||||
env:
|
||||
# Consumed by Coder CLI
|
||||
CODER_URL: https://dev.coder.com
|
||||
|
Reference in New Issue
Block a user