mirror of https://github.com/penpot/penpot.git
📎 Fix github actions
This commit is contained in:
parent
56f162f219
commit
4c3e345c9c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue