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

emsdk image tag bumped to -6

parent c89a6447
No related branches found
No related tags found
1 merge request!57Improvements in dist-tag detection rules to correctly publish NPM package
Pipeline #97426 passed
......@@ -83,7 +83,7 @@ target "tox-test-runner" {
target "emsdk" {
dockerfile = "Dockerfile.emscripten"
tags = generate-tags("emsdk", "${EMSCRIPTEN_VERSION}-5")
tags = generate-tags("emsdk", "${EMSCRIPTEN_VERSION}-6")
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}-5" \
--tag "${REGISTRY}emsdk:${EMSDK_VERSION}-6" \
--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