From 8619aed04325091e4dd609fccf3d5d9ff8de541c Mon Sep 17 00:00:00 2001 From: VeryBigSad <44099594+VeryBigSad@users.noreply.github.com> Date: Sun, 13 Nov 2022 00:23:03 +0300 Subject: [PATCH] Update release-ci.yml --- .github/workflows/release-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-ci.yml b/.github/workflows/release-ci.yml index 3cddf9ce..2e2bc8d3 100644 --- a/.github/workflows/release-ci.yml +++ b/.github/workflows/release-ci.yml @@ -86,8 +86,7 @@ jobs: cache-to: type=gha,mode=max tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - run: + run: runs-on: ubuntu-latest needs: [ build ] steps: @@ -123,4 +122,4 @@ jobs: echo "SENTRY_DSN=${{ secrets.SENTRY_DSN }}" >> .env - docker-compose -f docker-compose.prod-ci.yml -p prod up -d \ No newline at end of file + docker-compose -f docker-compose.prod-ci.yml -p prod up -d