Skip to content

Commit

Permalink
Merge pull request #30 from rancher/gha-portpr-12657711241-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck authored Jan 7, 2025
2 parents 7a238f0 + 7d25d57 commit 43b88e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ on:
permissions:
contents: write # Upload artefacts to release.

env:
PUBLIC_REGISTRY: docker.io

jobs:

publish-public:
Expand Down Expand Up @@ -46,7 +49,7 @@ jobs:
- name: Build and push all platforms
uses: rancher/ecm-distro-tools/actions/publish-image@master
with:
image: kuberlr-kubectl
image: ${{ vars.IMAGE_NAME || 'kuberlr-kubectl' }}
tag: ${{ github.ref_name }}
platforms: "linux/amd64,linux/arm64"

Expand Down

0 comments on commit 43b88e9

Please sign in to comment.