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 52
52
type=sha,prefix=
53
53
54
54
- name : Build and push image
55
- uses : stackhpc /github-actions/docker-multiarch-build-push@master
55
+ uses : azimuth-cloud /github-actions/docker-multiarch-build-push@master
56
56
with :
57
57
cache-key : ${{ matrix.component }}
58
58
context : ./images/${{ matrix.component }}
Original file line number Diff line number Diff line change 40
40
type=sha,prefix=
41
41
42
42
- name : Build and push image
43
- uses : stackhpc /github-actions/docker-multiarch-build-push@master
43
+ uses : azimuth-cloud /github-actions/docker-multiarch-build-push@master
44
44
with :
45
45
cache-key : kube-perftest-controller
46
46
context : ./python
@@ -64,10 +64,10 @@ jobs:
64
64
65
65
- name : Get SemVer version for current commit
66
66
id : semver
67
- uses : stackhpc /github-actions/semver@master
67
+ uses : azimuth-cloud /github-actions/semver@master
68
68
69
69
- name : Publish Helm charts
70
- uses : stackhpc /github-actions/helm-publish@master
70
+ uses : azimuth-cloud /github-actions/helm-publish@master
71
71
with :
72
72
token : ${{ secrets.GITHUB_TOKEN }}
73
73
version : ${{ steps.semver.outputs.version }}
You can’t perform that action at this time.
0 commit comments