From ba08e83749aa0bb9ccce4480f910d4d0b3b55ce7 Mon Sep 17 00:00:00 2001 From: RapidCodeLab Date: Sat, 18 Nov 2023 11:30:35 +0300 Subject: [PATCH] fix github actions --- .github/workflows/main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 75fb50e..ddefc1d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,16 +1,12 @@ name: Deploy Docker image to Docker Hub on: push: - #branches: - # - main tags: - 'v[0-9].[0-9]+.[0-9]+' jobs: deploy: runs-on: ubuntu-latest - #if: ${{ startsWith(github.ref, 'refs/tags/') }} - if: ${{ github.head_ref == 'refs/heads/main'}} steps: - name: Extract Version id: version_step