We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eed68f commit 30e8e36Copy full SHA for 30e8e36
.github/workflows/docker-image.yml
@@ -2,9 +2,9 @@ name: Docker Image CI
2
3
on:
4
push:
5
- branches: [ "main", "develop", "feature/*" ]
+ branches: [ "main", "develop" ]
6
pull_request:
7
8
env:
9
REGISTRY: ghcr.io
10
IMAGE_NAME: ${{ github.repository }}
@@ -17,8 +17,6 @@ jobs:
17
18
steps:
19
- uses: actions/checkout@v4
20
- with:
21
- ref: feature/cluster-endpoints
22
- name: Set up QEMU
23
uses: docker/setup-qemu-action@v3
24
- name: Set up Docker Buildx
@@ -46,4 +44,4 @@ jobs:
46
44
push: true
47
45
tags: ${{ steps.meta.outputs.tags }}
48
labels: ${{ steps.meta.outputs.labels }}
49
- platforms: linux/amd64,linux/arm64
+ platforms: linux/amd64,linux/arm64,darwin/arm64
0 commit comments