File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout code
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v4
14
14
15
15
- name : Set up Docker Buildx
16
- uses : docker/setup-buildx-action@v1
16
+ uses : docker/setup-buildx-action@v3
17
17
18
18
- name : Login to GitHub Container Registry
19
19
uses : docker/login-action@v3
Original file line number Diff line number Diff line change 34
34
- name : Build, package and push helm chart
35
35
run : |
36
36
./tool/go run cmd/k8s-operator/generate/main.go helmcrd
37
- ./tool/helm package --app-version="${GITHUB_REF}" --version=${GITHUB_REF } './cmd/k8s-operator/deploy/chart'
38
- ./tool/helm push ./tailscale-operator-${GITHUB_REF }.tgz oci://${{ steps.set-variables.outputs.REPOSITORY }}/charts
37
+ ./tool/helm package --app-version=${{ github.ref_name }} --version=${{ github.ref_name } } './cmd/k8s-operator/deploy/chart'
38
+ ./tool/helm push ./tailscale-operator-${{ github.ref_name } }.tgz oci://${{ steps.set-variables.outputs.REPOSITORY }}/charts
You can’t perform that action at this time.
0 commit comments