From a13a09268be50290a4fe35dc7f074723f8542474 Mon Sep 17 00:00:00 2001 From: Emad Mokhtar Date: Sun, 28 Apr 2024 15:46:37 +0200 Subject: [PATCH] Push new image to Docker registry (#116) --- .github/workflows/cd.yml | 11 ----------- 1 file changed, 11 deletions(-) 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: