Update Semaphore configuration

This commit is contained in:
Devin Dice 2022-08-16 22:38:20 +00:00
parent 57b116a80e
commit 6ace09bce1
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ blocks:
- checkout - checkout
- git submodule update --init --recursive - git submodule update --init --recursive
- 'docker pull $DOCKER_USERNAME/cloud9-ide-vdi:latest || true' - 'docker pull $DOCKER_USERNAME/cloud9-ide-vdi:latest || true'
- 'docker build --cache-from=$DOCKER_USERNAME/cloud9-ide-vdi:latest-t $DOCKER_USERNAME/test:latest.' - 'docker build --cache-from=$DOCKER_USERNAME/cloud9-ide-vdi:latest $DOCKER_USERNAME/test:latest .'
secrets: secrets:
- name: Dockerhub - name: Dockerhub
promotions: promotions: