Skip to content

Commit 5ca6978

Browse files
authored
Merge pull request #63 from essentialkaos/develop
Improve GitHub Actions workflow
2 parents df54275 + 8fcfaae commit 5ca6978

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ jobs:
5656
- name: Code checkout
5757
uses: actions/checkout@v2
5858

59+
- name: Login to DockerHub
60+
uses: docker/login-action@v1
61+
with:
62+
username: ${{ secrets.DOCKERHUB_USERNAME }}
63+
password: ${{ secrets.DOCKERHUB_TOKEN }}
64+
5965
- name: Run Perfecto docker image
6066
uses: docker://essentialkaos/perfecto:slim
6167
with:

0 commit comments

Comments
 (0)