diff --git a/.github/workflows/deploy-staging.yml b/.github/workflows/deploy-staging.yml index 11e952b621..4ba83ff526 100644 --- a/.github/workflows/deploy-staging.yml +++ b/.github/workflows/deploy-staging.yml @@ -171,7 +171,7 @@ jobs: docker exec $NEW_CONTAINER_ID ln -sf $JS_FOLDER/procaptcha.bundle.${{ steps.next_version.outputs.version }}.js $JS_FOLDER/procaptcha.bundle.js # Commit the changes to the container - docker commit $NEW_CONTAINER_ID prosopo/js_server:${{ steps.next_version.outputs.version }} + docker commit $NEW_CONTAINER_ID prosopo/js_server:staging # Check this new docker image works locally docker run -d -p 3080:80 prosopo/js_server:staging