diff --git a/.github/workflows/chromium.yml b/.github/workflows/chromium.yml index 2c339d4..7b37a4f 100644 --- a/.github/workflows/chromium.yml +++ b/.github/workflows/chromium.yml @@ -39,7 +39,7 @@ jobs: set -e # Exit immediately if a command exits with a non-zero status cd chromium_build ./build.sh ${{ steps.extract_version.outputs.short_string }} # build the docker image, this includes the deps to build chromium - docker run --privileged --entrypoint=build chromium-builder # now build the chromium version + docker run --privileged chromium-builder build # now build the chromium version - name: Extract Artifacts from Docker Container run: |