This commit is contained in:
Alexis Métaireau 2025-01-20 16:02:18 +01:00
parent fa540e53fa
commit 2839c3b1ff
No known key found for this signature in database
GPG key ID: C65C7A89A8FFC56E

View file

@ -29,6 +29,9 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check it's working
run: |
git describe --long --first-parent
- name: Login to GitHub Container Registry
uses: docker/login-action@v3