Compare commits
8 Commits
v3.1.1-rc.
...
v3.1.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0a6fae62a3 | ||
|
|
798d348f21 | ||
|
|
3dcb5e3d15 | ||
|
|
90556d498f | ||
|
|
87160cbcc3 | ||
|
|
f625702910 | ||
|
|
194e47a2d8 | ||
|
|
f74cbb4e79 |
@@ -1,3 +1,3 @@
|
||||
# exclude all files and folders except bin folder
|
||||
**
|
||||
!bin
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
2
.github/workflows/build-multiarch.yaml
vendored
2
.github/workflows/build-multiarch.yaml
vendored
@@ -39,4 +39,4 @@ jobs:
|
||||
if: github.event_name == 'push'
|
||||
run: |
|
||||
echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
|
||||
REPO=kubespheredev TAG="${GITHUB_REF#refs/heads/}-multiarch" make container-cross-push
|
||||
REPO=kubespheredev TAG="${GITHUB_REF#refs/*/}-multiarch" make container-cross-push
|
||||
|
||||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -64,4 +64,4 @@ jobs:
|
||||
if: github.event_name == 'push'
|
||||
run: |
|
||||
echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
|
||||
REPO=kubespheredev TAG=${GITHUB_REF#refs/heads/} make container-push
|
||||
REPO=kubespheredev TAG=${GITHUB_REF#refs/*/} make container-push
|
||||
|
||||
@@ -17,5 +17,5 @@ limitations under the License.
|
||||
package helmwrapper
|
||||
|
||||
const (
|
||||
helmPath = "/usr/bin/helm"
|
||||
helmPath = "/usr/local/bin/helm"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user