From e387b7167629f1af00c145424966f155af8abcb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Far=C3=ADas=20Santana?= Date: Sat, 1 May 2021 21:06:25 +0200 Subject: [PATCH] Separate DockerHub deployment steps into a new job --- .github/workflows/release_tag.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/release_tag.yml b/.github/workflows/release_tag.yml index 0c34149..0e1dd53 100644 --- a/.github/workflows/release_tag.yml +++ b/.github/workflows/release_tag.yml @@ -55,6 +55,14 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + image_release: + needs: build + runs-on: ubuntu-latest + + steps: + - name: Checkout + uses: actions/checkout@v2 + - name: Login to DockerHub uses: docker/login-action@v1 with: