Skip to content

Commit d3f8441

Browse files
committed
ci: fix release pipeline
1 parent 48e07af commit d3f8441

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: docker/build-push-action@v5
4949
with:
5050
context: ./admission-controller/${{ matrix.from }}/
51-
platforms: linux/amd64,linux/arm64,linux/arm/v8
51+
platforms: linux/amd64,linux/arm64
5252
file: ./admission-controller/${{ matrix.from }}/Dockerfile
5353
tags: |
5454
kubeshop/monokle-admission-controller-${{ matrix.from }}:latest
@@ -65,6 +65,7 @@ jobs:
6565
build-and-push-helm:
6666
runs-on: ubuntu-latest
6767
name: Helm chart
68+
needs: [build-and-push-docker]
6869

6970
steps:
7071
- name: Extract version from tag

0 commit comments

Comments
 (0)