Skip to content

Commit 93e23e9

Browse files
authored
Merge pull request #29 from mallardduck/workflow-bug
2 parents 7fa101e + 5788c91 commit 93e23e9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ on:
1818
permissions:
1919
contents: write # Upload artefacts to release.
2020

21+
env:
22+
PUBLIC_REGISTRY: docker.io
23+
2124
jobs:
2225

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

0 commit comments

Comments
 (0)