Skip to content

Commit d54fce5

Browse files
committed
fix plugin push
Signed-off-by: Markus Blaschke <[email protected]>
1 parent 495c7da commit d54fce5

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.github/workflows/release-assets.yaml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,29 +72,26 @@ jobs:
7272
- name: Publish azure-tpl-cli
7373
run: |
7474
oras push \
75-
ghcr.io/${{ github.repository }}/azure-tpl-cli:${RELEASE_TAG} \
76-
ghcr.io/${{ github.repository }}/azure-tpl-cli:latest \
75+
ghcr.io/${{ github.repository }}/azure-tpl-cli:${RELEASE_TAG},latest \
7776
--artifact-type application/vnd.helm.plugin.v1+json \
7877
azure-tpl-cli.tgz
79-
working-directory: release-assets/
78+
working-directory: ./release-assets/
8079

8180
- name: Publish azure-tpl-getter
8281
run: |
8382
oras push \
84-
ghcr.io/${{ github.repository }}/azure-tpl-getter:${RELEASE_TAG} \
85-
ghcr.io/${{ github.repository }}/azure-tpl-getter:latest \
83+
ghcr.io/${{ github.repository }}/azure-tpl-getter:${RELEASE_TAG},latest \
8684
--artifact-type application/vnd.helm.plugin.v1+json \
8785
azure-tpl-getter.tgz
88-
working-directory: release-assets/
86+
working-directory: ./release-assets/
8987

9088
- name: Publish azure-tpl-legacy
9189
run: |
9290
oras push \
93-
ghcr.io/${{ github.repository }}/azure-tpl-legacy:${RELEASE_TAG} \
94-
ghcr.io/${{ github.repository }}/azure-tpl-legacy:latest \
91+
ghcr.io/${{ github.repository }}/azure-tpl-legacy:${RELEASE_TAG},latest \
9592
--artifact-type application/vnd.helm.plugin.v1+json \
9693
azure-tpl-legacy.tgz
97-
working-directory: release-assets/
94+
working-directory: ./release-assets/
9895

9996
- name: Upload assets to release
10097
uses: svenstaro/upload-release-action@v2

0 commit comments

Comments
 (0)