add missing checkout step

This commit is contained in:
Aine 2024-09-15 20:20:05 +03:00
parent 2cde308d43
commit 05b5d46f50
No known key found for this signature in database
GPG key ID: 34969C908CCA2804

View file

@ -13,6 +13,7 @@ jobs:
name: Build and Publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to ghcr.io