diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 5b064dd..ceafe95 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -41,17 +41,6 @@ jobs: draft: false prerelease: false - push_to_registry: - name: Push Docker image to Docker Hub - runs-on: ubuntu-latest - steps: - - name: Check out the repo - uses: actions/checkout@v2 - - - name: Get the version - id: get_version - run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/} - - name: Log in to Docker Hub uses: docker/login-action@v1 with: