More circleci testing (sorry)

This commit is contained in:
Sam Clegg
2020-06-23 18:56:12 -07:00
parent 25416b8ff7
commit 8e5b6d8986

View File

@@ -119,7 +119,7 @@ jobs:
command: docker build --network host --build-arg EMSCRIPTEN_VERSION=1.39.18 --tag emscripten/emsdk:1.39.18 ./docker command: docker build --network host --build-arg EMSCRIPTEN_VERSION=1.39.18 --tag emscripten/emsdk:1.39.18 ./docker
- run: - run:
name: tag image name: tag image
command: docker tag emscripten/emsdk:${CIRCLE_TAG} emscripten/emsdk:latest command: docker tag emscripten/emsdk:1.39.18 emscripten/emsdk:latest
- run: - run:
name: push image name: push image
command: | command: |