diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dbb8356b9..3e69361d4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -170,7 +170,8 @@ jobs: token: ${{ secrets.DEPOT_TOKEN }} - name: Build machine-emulator "tests" docker image - uses: depot/build-push-action@v1 + # uses: depot/build-push-action@v1 + uses: docker/build-push-action@v1 with: file: tests/Dockerfile context: . @@ -182,8 +183,8 @@ jobs: cache-to: type=gha,mode=max,scope=debian build-args: | MACHINE_EMULATOR_VERSION=${{ env.MACHINE_EMULATOR_VERSION }} - project: ${{ vars.DEPOT_PROJECT }} - token: ${{ secrets.DEPOT_TOKEN }} + # project: ${{ vars.DEPOT_PROJECT }} + # token: ${{ secrets.DEPOT_TOKEN }} - name: Simple boot inside the docker image