This commit is contained in:
@@ -44,7 +44,7 @@ jobs:
|
||||
"https://$REGISTRY/v2/$REPO/tags/list" | jq -r '.tags[] | select(. != "latest")' | sort -rV | head -10 | tr '\n' ',')
|
||||
|
||||
echo "version_options=latest,${TAGS%,}" >> $GITHUB_OUTPUT
|
||||
|
||||
|
||||
echo "Tags: $TAGS"
|
||||
echo "Version options: $version_options"
|
||||
|
||||
@@ -136,8 +136,6 @@ jobs:
|
||||
run: |
|
||||
envsubst < docker-compose.staging.yaml > docker-compose.runtime.yaml
|
||||
|
||||
cat docker-compose.runtime.yaml
|
||||
|
||||
echo "Deploying version $VERSION to ${{ inputs.environment }}..."
|
||||
echo "Log level: ${{ inputs.logLevel }}"
|
||||
|
||||
@@ -154,4 +152,4 @@ jobs:
|
||||
- name: Post-deploy
|
||||
run: |
|
||||
echo "Deployment to ${{ inputs.environment }} completed."
|
||||
echo "Version deployed: $VERSION"
|
||||
echo "Version deployed: ${{ inputs.VERSION }}"
|
||||
|
Reference in New Issue
Block a user