From 4ba8897844d470a9f3928900c0066e5a04014512 Mon Sep 17 00:00:00 2001 From: Victor Fusco <1221933+vfusco@users.noreply.github.com> Date: Tue, 23 Jan 2024 00:30:29 -0300 Subject: [PATCH] Test --- .github/workflows/build.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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