Commit 05e264c 1 parent 49163a1 commit 05e264c Copy full SHA for 05e264c
File tree 2 files changed +1
-21
lines changed
2 files changed +1
-21
lines changed Original file line number Diff line number Diff line change 67
67
kubernetes version : ${{ matrix.kubernetes }}
68
68
github token : ${{ secrets.GITHUB_TOKEN }}
69
69
70
- - name : Set tag
71
- run : |
72
- BRANCH="${GITHUB_REF##*/}"
73
- CI_TAG=${BRANCH#v}-ci
74
- if [ ${BRANCH} = "master" ]; then
75
- CI_TAG="ci"
76
- fi
77
- echo "TAG=${CI_TAG}" >> $GITHUB_ENV
78
- echo "BRANCH=${BRANCH}" >> $GITHUB_ENV
79
-
80
70
- name : Build images locally
81
71
run : make lvm-driver-image || exit 1;
82
72
107
97
load : false
108
98
platforms : linux/amd64
109
99
tags : |
110
- openebs /lvm-localpv-e2e:ci
100
+ ${{ secrets.IMAGE_ORG}} /lvm-localpv-e2e:ci
111
101
112
102
csi-driver :
113
103
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 79
79
kubernetes version : ${{ matrix.kubernetes }}
80
80
github token : ${{ secrets.GITHUB_TOKEN }}
81
81
82
- - name : Set tag
83
- run : |
84
- BRANCH="${GITHUB_REF##*/}"
85
- CI_TAG=${BRANCH#v}-ci
86
- if [ ${BRANCH} = "master" ]; then
87
- CI_TAG="ci"
88
- fi
89
- echo "TAG=${CI_TAG}" >> $GITHUB_ENV
90
- echo "BRANCH=${BRANCH}" >> $GITHUB_ENV
91
-
92
82
- name : Build images locally
93
83
run : make lvm-driver-image || exit 1;
94
84
You can’t perform that action at this time.
0 commit comments