Skip to content

Commit

Permalink
Push new image to Docker registry (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmadMokhtar committed Apr 28, 2024
1 parent a033e86 commit a13a092
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/cd.yml
Expand Up @@ -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:
Expand Down

0 comments on commit a13a092

Please sign in to comment.