fix: release.yml (#214)

Co-authored-by: charlesgauthereau <charles.gauthereau@soluce-technologies.com>
This commit is contained in:
Charles GTE
2026-03-08 21:58:25 +01:00
committed by GitHub
co-authored by charlesgauthereau
parent d1baedd092
commit dd1e3283d5
3 changed files with 9 additions and 2 deletions
+6
View File
@@ -6,6 +6,9 @@ on:
version:
required: true
type: string
ref:
required: true
type: string
image_name:
required: false
type: string
@@ -39,6 +42,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}
fetch-depth: 0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3