Add checkout to publish pipeline

This commit is contained in:
Gabriel Augendre 2022-10-10 23:21:49 +02:00
parent 91aa8ff460
commit 416a39ce3a

View file

@ -13,6 +13,8 @@ jobs:
runs-on: ubuntu-latest
needs: [tests]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Log in to Docker Hub
uses: docker/login-action@v2
with: