diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 23f2980..e5ba223 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -17,10 +17,9 @@ jobs: CI_TOKEN: ${{ secrets.PROD_REG_TOKEN }} S2_URL: echo ${{ gitea.server_url }} | sed "s.https://.." steps: - - run: export S_URL=$( echo ${{ gitea.server_url }} | sed "s.https://.." ) - - name: Print - run: env | sort - + - run: export DOCKER_IMG=$( echo ${{ env.DOCKER_IMG }} | sed "s.https://..") + - run: env | sort + - run: echo $DOCKER_IMG # - name: Checkout Git # uses: actions/checkout@v4 # with: @@ -32,6 +31,7 @@ jobs: # registry: git.kahrobatoken.com # username: ${{ secrets.PROD_REG_USER }} # password: ${{ secrets.PROD_REG_TOKEN }} + recover: runs-on: ubuntu-latest