Skip to content
Snippets Groups Projects
Commit c39fbc08 authored by Bartek Wrona's avatar Bartek Wrona
Browse files

Bumped emscripten image tag due to added helper npm script

parent eaf39b14
No related branches found
No related tags found
1 merge request!52Base job template to push generated documentation into project specific WIKI repository
......@@ -83,7 +83,7 @@ target "tox-test-runner" {
target "emsdk" {
dockerfile = "Dockerfile.emscripten"
tags = generate-tags("emsdk", "${EMSCRIPTEN_VERSION}-2")
tags = generate-tags("emsdk", "${EMSCRIPTEN_VERSION}-3")
cache-from = generate-cache-from("emsdk", "${EMSCRIPTEN_VERSION}")
cache-to = generate-cache-to("emsdk", "${EMSCRIPTEN_VERSION}")
args = {
......
......@@ -11,5 +11,5 @@ export DOCKER_BUILDKIT=1
docker build --target=supplemented_emscripten_builder \
--build-arg "EMSCRIPTEN_VERSION=${EMSDK_VERSION}" \
--tag "${REGISTRY}emsdk:${EMSDK_VERSION}-2" \
--tag "${REGISTRY}emsdk:${EMSDK_VERSION}-3" \
--file "${SRCDIR}/Dockerfile.emscripten" "${SRCDIR}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment