We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48e07af commit d3f8441Copy full SHA for d3f8441
.github/workflows/release.yaml
@@ -48,7 +48,7 @@ jobs:
48
uses: docker/build-push-action@v5
49
with:
50
context: ./admission-controller/${{ matrix.from }}/
51
- platforms: linux/amd64,linux/arm64,linux/arm/v8
+ platforms: linux/amd64,linux/arm64
52
file: ./admission-controller/${{ matrix.from }}/Dockerfile
53
tags: |
54
kubeshop/monokle-admission-controller-${{ matrix.from }}:latest
@@ -65,6 +65,7 @@ jobs:
65
build-and-push-helm:
66
runs-on: ubuntu-latest
67
name: Helm chart
68
+ needs: [build-and-push-docker]
69
70
steps:
71
- name: Extract version from tag
0 commit comments