mirror of
https://github.com/docker/build-push-action.git
synced 2025-06-28 12:14:15 +00:00
test on ubuntu latest
This commit is contained in:
parent
603a9cec3b
commit
f70fa99c35
1 changed files with 6 additions and 3 deletions
7
.github/workflows/debug.yaml
vendored
7
.github/workflows/debug.yaml
vendored
|
@ -7,9 +7,10 @@ on:
|
|||
|
||||
|
||||
jobs:
|
||||
test:
|
||||
test-multi-warp:
|
||||
name: Debug Run ${{ matrix.run_number }}
|
||||
runs-on: warp-ubuntu-latest-x64-2x
|
||||
# runs-on: warp-ubuntu-latest-x64-2x
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
run_number: [1]
|
||||
|
@ -27,3 +28,5 @@ jobs:
|
|||
push: false
|
||||
platforms: linux/amd64,linux/arm64
|
||||
profile-name: test-multi-builder
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue