Skip to content

Commit 8fcfaae

Browse files
committed
Improve GitHub Actions workflow
1 parent c40419b commit 8fcfaae

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)