File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -25,28 +25,23 @@ manifest.
2525[ docker-export-digest ] : ../../docker-export-digest/README.md
2626[ docker-import-digests-push-manifest ] : ../../docker-import-digests-push-manifest/README.md
2727
28- <!-- x-release-please-start-version -->
29-
3028``` yaml
3129name : Build and Push and Push MultiArch
3230
3331on : push
3432
3533jobs :
3634 build-push-multiarch :
37- uses : grafana/shared-workflows/.github/workflows/build-and- push-docker- multiarch.yml@rwhitaker/multi-arch-builds # TODO: Pin to version
35+ uses : grafana/shared-workflows/.github/workflows/docker- build-push-multiarch@6b59374893555bf476179dfeb96013b80406102f # main
3836 with :
3937 platforms : linux/arm64,linux/amd64
4038 tags : |
4139 ${{ github.sha }}
42- rickytest
40+ latest
4341 push : true
4442 registries : " gar,dockerhub"
45- pre-build-script : scripts/ci-build.sh
4643` ` `
4744
48- <!-- x-release-please-end-version -->
49-
5045## Inputs
5146
5247| Name | Type | Description |
You can’t perform that action at this time.
0 commit comments