From 96401b3787932e3c61846202f4493d812e264281 Mon Sep 17 00:00:00 2001 From: Alex Shevchuk Date: Mon, 18 Aug 2025 17:24:22 +0300 Subject: [PATCH] 5 --- .gitea/workflows/deploy_staging.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/deploy_staging.yaml b/.gitea/workflows/deploy_staging.yaml index cb7c7fc..c8159ed 100644 --- a/.gitea/workflows/deploy_staging.yaml +++ b/.gitea/workflows/deploy_staging.yaml @@ -35,7 +35,7 @@ jobs: id: get_versions env: REGISTRY: docker.io - REPO: molva-backend + REPO: test-deploy run: | TOKEN=$(curl -s -u "${{ secrets.DOCKER_USERNAME }}:${{ secrets.DOCKER_PASSWORD }}" \ "https://$REGISTRY/v2/token?service=$REGISTRY&scope=repository:$REPO:pull" | jq -r .token) @@ -92,9 +92,6 @@ jobs: echo "Skipping pushing image..." fi - # - name: Install Docker Compose - # run: sudo apt-get update && sudo apt-get install -y docker-compose-plugin - - name: Deploy to Swarm run: | if [ "${{ inputs.version }}" == "latest" ]; then