diff --git a/.github/workflows/deploy-staging.yml b/.github/workflows/deploy-staging.yml index f435221da0..11e952b621 100644 --- a/.github/workflows/deploy-staging.yml +++ b/.github/workflows/deploy-staging.yml @@ -141,7 +141,7 @@ jobs: # Create a temporary container from the latest image echo "Building Docker image..." - OLD_CONTAINER_ID=$(docker create prosopo/js_server:$VERSION) + OLD_CONTAINER_ID=$(docker create prosopo/js_server:latest) # Remove the old js temp folder rm -rf ./js_bundles_host_temp diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ca2146dc5e..f560a7733a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -144,7 +144,7 @@ jobs: # Create a temporary container from the latest image echo "Building Docker image..." - OLD_CONTAINER_ID=$(docker create prosopo/js_server:$VERSION) + OLD_CONTAINER_ID=$(docker create prosopo/js_server:latest) # Remove the old js temp folder rm -rf ./js_bundles_host_temp