You've already forked helm-docker
Compare commits
2 Commits
274cf27972
...
2b4be2c079
| Author | SHA1 | Date | |
|---|---|---|---|
|
2b4be2c079
|
|||
|
3bd63b7db7
|
@@ -44,7 +44,7 @@ jobs:
|
|||||||
- name: Build and push image
|
- name: Build and push image
|
||||||
run: |
|
run: |
|
||||||
docker buildx build \
|
docker buildx build \
|
||||||
--build-arg HELM_VERSION=${{ github.ref_name }} \
|
--build-arg HELM_VERSION=${{ steps.version_extraction.outputs.version_raw }} \
|
||||||
--file Dockerfile \
|
--file Dockerfile \
|
||||||
--platform linux/arm64 \
|
--platform linux/arm64 \
|
||||||
--provenance false \
|
--provenance false \
|
||||||
@@ -84,7 +84,7 @@ jobs:
|
|||||||
- name: Build and push image
|
- name: Build and push image
|
||||||
run: |
|
run: |
|
||||||
docker buildx build \
|
docker buildx build \
|
||||||
--build-arg HELM_VERSION=${{ github.ref_name }} \
|
--build-arg HELM_VERSION=${{ steps.version_extraction.outputs.version_raw }} \
|
||||||
--file Dockerfile \
|
--file Dockerfile \
|
||||||
--platform linux/amd64 \
|
--platform linux/amd64 \
|
||||||
--provenance false \
|
--provenance false \
|
||||||
|
|||||||
@@ -31,6 +31,10 @@
|
|||||||
],
|
],
|
||||||
"matchManagers": [
|
"matchManagers": [
|
||||||
"regex"
|
"regex"
|
||||||
|
],
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"minor",
|
||||||
|
"patch"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user