FIXUP: test

This commit is contained in:
Alexis Métaireau 2025-01-20 16:56:24 +01:00
parent f0ac1f885f
commit 8f49cd99eb
No known key found for this signature in database
GPG key ID: C65C7A89A8FFC56E

View file

@ -1,6 +1,3 @@
# This action listens on new tags, generates a new container image
# sign it and upload it to the container registry.
name: Release container image
on:
push:
@ -29,9 +26,6 @@ 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