From bb2bb41881132e3a40fc56849b5fa6abced8bf31 Mon Sep 17 00:00:00 2001 From: AnnaMihailovna Date: Fri, 21 Jul 2023 20:58:54 +0300 Subject: [PATCH] Add deploy --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 205f49e19f..652757d695 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -96,6 +96,7 @@ jobs: name: Push frontend Docker image to DockerHub runs-on: ubuntu-latest needs: frontend_tests + steps: - name: Check out the repo uses: actions/checkout@v3