Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
vfusco committed Jan 23, 2024
1 parent 5ad3492 commit 4ba8897
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: .
Expand All @@ -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
Expand Down

0 comments on commit 4ba8897

Please sign in to comment.