diff --git a/.github/workflows/publish-latest.yaml b/.github/workflows/publish-latest.yaml index 9d60f1dd5..f067406b8 100644 --- a/.github/workflows/publish-latest.yaml +++ b/.github/workflows/publish-latest.yaml @@ -61,13 +61,12 @@ jobs: with: context: . # supported platforms of https://hub.docker.com/_/golang/tags?page=1&name=1.23-alpine3.20 - # platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x + platforms: + - linux/amd64 + - darwin push: true tags: | - ghcr.io/open-component-model/ocm:latest - ghcr.io/open-component-model/ocm/ocm.software/ocmcli/ocmcli-image:latest - ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} + ghcr.io/hilmarf/ocm/ocm.software/ocmcli/ocmcli-image:latest ocm-cli-latest: name: Build latest ocm-cli @@ -166,4 +165,4 @@ jobs: key: ${{ env.cache_name }}-${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}-${{ hashFiles('**/go.mod') }} upload-chunk-size: 256000000 # default of 32MB is not really optimal for our large cache, choose 256MB instead env: - cache_name: ocm-cli-latest-go-cache # needs to be the same key in the end as in the build step \ No newline at end of file + cache_name: ocm-cli-latest-go-cache # needs to be the same key in the end as in the build step