Skip to content

Commit 61c2924

Browse files
committed
fix legacy plugin build/push
Signed-off-by: Markus Blaschke <[email protected]>
1 parent f75d5f2 commit 61c2924

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

.github/workflows/release-assets.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ jobs:
9292
azure-tpl-getter-*.tgz
9393
working-directory: ./release-assets/
9494

95-
- name: Publish azure-tpl-legacy
95+
- name: Publish azure-tpl (legacy)
9696
run: |
9797
oras push \
98-
ghcr.io/${{ github.repository }}/azure-tpl-legacy:${RELEASE_TAG},latest \
98+
ghcr.io/${{ github.repository }}/azure-tpl:${RELEASE_TAG},latest \
9999
--artifact-type application/vnd.helm.plugin.v1+json \
100100
azure-tpl-*.tgz
101101
working-directory: ./release-assets/

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ $(GOLANGCI_LINT_BIN):
6666
# release assets
6767
#######################################
6868
.PHONY: plugins
69-
plugins: plugin/azure-tpl-legacy plugin/azure-tpl-cli plugin/azure-tpl-getter
69+
plugins: plugin/azure-tpl plugin/azure-tpl-cli plugin/azure-tpl-getter
7070

7171
plugin/%: $(SOURCE)
7272
echo 'package plugin $(call word-dot,$*,1)'

0 commit comments

Comments
 (0)