We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba3087 commit ba2b178Copy full SHA for ba2b178
1 file changed
.github/workflows/publish-chart.yaml
@@ -34,9 +34,7 @@ jobs:
34
git config --global user.name "Renku Bot"
35
echo ${DOCKER_PASSWORD} | docker login -u ${DOCKER_USERNAME} --password-stdin
36
export TAG=$(echo ${GITHUB_REF} | cut -d/ -f3)
37
- helm dep update amalthea
38
helm dep update amalthea-sessions
39
- helm lint amalthea
40
helm lint amalthea-sessions
41
cd ..
42
export PLATFORM_ARGS="--platform linux/amd64 --platform linux/arm64 --builder docker-buildx"
0 commit comments