Skip to content

Commit 91fd845

Browse files
committed
Fix GitHub Actions
1 parent 97ebb0f commit 91fd845

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
# Only set up QEMU for release branches and tagged releases
4646
- name: Setup QEMU
47-
if: ${{ startsWith(github.ref, 'refs/heads/release/') || github.event_name == 'release' || github.ref == 'refs/heads/main' }}
47+
if: ${{ startsWith(github.ref, 'refs/heads/release/') || github.event_name == 'release' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/minehub' }}
4848
uses: docker/setup-qemu-action@v3
4949

5050
- name: Setup Docker buildx
@@ -68,7 +68,7 @@ jobs:
6868
6969
# For feature branches, only build for amd64 to save time
7070
- name: Build and Push (feature branches)
71-
if: ${{ startsWith(github.ref, 'refs/heads/feature/') || github.ref == 'refs/heads/dev' }}
71+
if: ${{ startsWith(github.ref, 'refs/heads/feature/') || github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/minehub' }}
7272
uses: docker/build-push-action@v6
7373
with:
7474
context: .

0 commit comments

Comments
 (0)