26
All checks were successful
Deploy Production / Deploy to Staging (push) Has been skipped

This commit is contained in:
Alex Shevchuk
2025-08-19 01:39:30 +03:00
parent ccd2a20d29
commit d94ab3f516

View File

@@ -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 }}"