From d94ab3f51679af8342ea74d02ee12e9efae75f0d Mon Sep 17 00:00:00 2001 From: Alex Shevchuk Date: Tue, 19 Aug 2025 01:39:30 +0300 Subject: [PATCH] 26 --- .gitea/workflows/deploy_staging.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/deploy_staging.yaml b/.gitea/workflows/deploy_staging.yaml index 17d59c2..2f986c8 100644 --- a/.gitea/workflows/deploy_staging.yaml +++ b/.gitea/workflows/deploy_staging.yaml @@ -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 }}"