Skip to content

Commit 80e632d

Browse files
authored
Merge pull request #115 from rancher/fix/rancher-ecm-publish-image-action
Fix ecm's publish image action
2 parents e3f460d + dc908df commit 80e632d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
uses: rancher/ecm-distro-tools/actions/publish-image@master
9494
with:
9595
image: rancher-csp-adapter
96-
tag: ${{ steps.metadata.outputs.tags }}
96+
tag: ${{ github.ref_name }}
9797
platforms: linux/amd64
9898
public-registry: docker.io
9999
public-repo: rancher

0 commit comments

Comments
 (0)