Skip to content

Commit

Permalink
add missing checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonDumestre committed Feb 6, 2024
1 parent 4fa8f84 commit 9d81000
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ jobs:
runs-on: ubuntu-22.04

steps:
- name: Checkout repository
uses: actions/[email protected]

- name: Login to DockerHub
run: docker login -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_TOKEN }}

Expand Down

0 comments on commit 9d81000

Please sign in to comment.