Skip to content

Commit

Permalink
Tries to login
Browse files Browse the repository at this point in the history
  • Loading branch information
amir20 committed Jun 11, 2021
1 parent 3eb1ba7 commit 781b0d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dev.yml
Expand Up @@ -52,6 +52,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Login to DockerHub
uses: docker/login-action@v1.9.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v2
with:
Expand Down

0 comments on commit 781b0d4

Please sign in to comment.