Skip to content

Commit

Permalink
Update publish-latest.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hilmarf authored Jan 6, 2025
1 parent 6c47002 commit 4494069
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/publish-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
cache_name: ocm-cli-latest-go-cache # needs to be the same key in the end as in the build step

0 comments on commit 4494069

Please sign in to comment.