Skip to content

Commit f5aeebc

Browse files
committed
Set chart tag
1 parent 8d5bd22 commit f5aeebc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/k8s-ssh-bastion-chart.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Release k8s-ssh-bastion chart
22

33
on:
44
push:
5-
branches:
6-
- main
75
tags:
86
- '*'
97

@@ -32,4 +30,4 @@ jobs:
3230
registry: ghcr.io
3331
registry_username: ${{ github.actor }}
3432
registry_password: ${{ secrets.GITHUB_TOKEN}}
35-
tag: 0.1.0
33+
tag: ${{ github.ref_name }}

0 commit comments

Comments
 (0)