Skip to content

Commit 5c7934f

Browse files
authored
Update release.yml
1 parent 3f37c52 commit 5c7934f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
env:
1717
IMAGE_VERSION: ${{ github.ref_name }}
1818
- name: Upload Release Artifacts
19-
uses: softprops/action-gh-release@v2
19+
uses: softprops/action-gh-release@v2.2.2
2020
with:
2121
files: |
2222
./release/helm-chart-${{ github.ref_name }}.tgz
@@ -25,7 +25,7 @@ jobs:
2525
uses: docker/metadata-action@v5
2626
with:
2727
images: |
28-
linode/linode-cloud-controller-manager
28+
rahulait/linode-cloud-controller-manager
2929
tags: |
3030
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
3131
type=semver,pattern={{raw}},value=${{ github.ref_name }}
@@ -40,4 +40,4 @@ jobs:
4040
context: .
4141
push: true
4242
tags: ${{ steps.meta.outputs.tags }}
43-
labels: ${{ steps.meta.outputs.labels }}
43+
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)