File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 with :
2626 images : ${{ env.DOCKER_PREFIX }}/py-vscode
2727 tags : |
28- type=sha
28+ type=sha,prefix=
29+ type=raw,value=latest
2930 - uses : buildpacks/github-actions/setup-pack@v5.0.0
3031 - name : Build image
31- run : pack build ${{ env.DOCKER_PREFIX }}/py-vscode -p global-images/base/ --builder ghcr.io/swissdatasciencecenter/renku-frontend-buildpacks/selector:0.0.6 --run-image ghcr.io/swissdatasciencecenter/renku-frontend-buildpacks/base-image:0.0.6 --env BP_RENKU_FRONTENDS=jupyterlab
32+ run : |
33+ function join_by {
34+ local d=${1-} f=${2-}
35+ if shift 2; then
36+ printf %s "$f" "${@/#/$d}"
37+ fi
38+ }
39+ tags=$(echo "${{ steps.meta.outputs.tags }}" | tr '\n' ',')
40+ pack build \
41+ ${{ env.DOCKER_PREFIX }}/py-vscode \
42+ -p global-images/base/ \
43+ --builder ghcr.io/swissdatasciencecenter/renku-frontend-buildpacks/selector:0.0.6 \
44+ --run-image ghcr.io/swissdatasciencecenter/renku-frontend-buildpacks/base-image:0.0.6 \
45+ --env BP_RENKU_FRONTENDS=jupyterlab --tag $tags
You can’t perform that action at this time.
0 commit comments