Skip to content

Commit

Permalink
fix workflow bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck authored and github-actions[bot] committed Jan 7, 2025
1 parent 92639d6 commit 4f8de2b
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 4f8de2b

Please sign in to comment.