Skip to content

Commit 30e8e36

Browse files
authored
Update docker-image.yml
1 parent 9eed68f commit 30e8e36

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/docker-image.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Docker Image CI
22

33
on:
44
push:
5-
branches: [ "main", "develop", "feature/*" ]
5+
branches: [ "main", "develop" ]
66
pull_request:
7-
branches: [ "main", "develop", "feature/*" ]
7+
branches: [ "main", "develop" ]
88
env:
99
REGISTRY: ghcr.io
1010
IMAGE_NAME: ${{ github.repository }}
@@ -17,8 +17,6 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v4
20-
with:
21-
ref: feature/cluster-endpoints
2220
- name: Set up QEMU
2321
uses: docker/setup-qemu-action@v3
2422
- name: Set up Docker Buildx
@@ -46,4 +44,4 @@ jobs:
4644
push: true
4745
tags: ${{ steps.meta.outputs.tags }}
4846
labels: ${{ steps.meta.outputs.labels }}
49-
platforms: linux/amd64,linux/arm64
47+
platforms: linux/amd64,linux/arm64,darwin/arm64

0 commit comments

Comments
 (0)