mirror of
https://github.com/penpot/penpot.git
synced 2026-09-10 22:19:19 +00:00
📎 Fix github actions
This commit is contained in:
parent
56f162f219
commit
4c3e345c9c
2
.github/workflows/build-bundles.yml
vendored
2
.github/workflows/build-bundles.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
id: vars
|
id: vars
|
||||||
run: |
|
run: |
|
||||||
echo "commit_hash=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
|
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
|
- name: Set up Docker Buildx for multi-arch build
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user