Skip to content

Commit

Permalink
Merge pull request #63 from essentialkaos/develop
Browse files Browse the repository at this point in the history
Improve GitHub Actions workflow
  • Loading branch information
andyone authored Nov 18, 2020
2 parents df54275 + 8fcfaae commit 5ca6978
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ jobs:
- name: Code checkout
uses: actions/checkout@v2

- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Run Perfecto docker image
uses: docker://essentialkaos/perfecto:slim
with:
Expand Down

0 comments on commit 5ca6978

Please sign in to comment.