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+ tags=$(echo "${{ steps.meta.outputs.tags }}" | tr '\n' ',')
34+ tags=${tags::-1}
35+ echo "tags = $tags"
36+ pack build \
37+ ${{ env.DOCKER_PREFIX }}/py-vscode:latest \
38+ -p global-images/base/ \
39+ --builder ghcr.io/swissdatasciencecenter/renku-frontend-buildpacks/selector:0.0.6 \
40+ --run-image ghcr.io/swissdatasciencecenter/renku-frontend-buildpacks/base-image:0.0.6 \
41+ --env BP_RENKU_FRONTENDS=jupyterlab --tag $tags
You can’t perform that action at this time.
0 commit comments