Skip to content

Commit

Permalink
Push new image to Docker registry (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmadMokhtar committed Apr 28, 2024
1 parent 27f1fb8 commit 9a40088
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yml
Expand Up @@ -10,6 +10,7 @@ env:

jobs:
release:
name: "GitHub Release & Docker Hub Push"
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true
steps:
Expand Down Expand Up @@ -42,7 +43,7 @@ jobs:
prerelease: false

- name: Log in to Docker Hub
uses: docker/login-action@v1
uses: docker/login-action@v1.10.0
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
Expand Down

0 comments on commit 9a40088

Please sign in to comment.