📎 Fix github actions

This commit is contained in:
Yamila Moreno
2025-08-18 13:05:39 +02:00
parent 56f162f219
commit 4c3e345c9c

View File

@@ -30,7 +30,7 @@ jobs:
id: vars
run: |
echo "commit_hash=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
echo "gh_branch=${{ github.base_ref || github.ref_name }}" >> $GITHUB_OUTPUT
echo "gh_branch=${{ inputs.gh_ref }}" >> $GITHUB_OUTPUT
- name: Set up Docker Buildx for multi-arch build
uses: docker/setup-buildx-action@v3