2
0
Fork 0
mirror of https://code.forgejo.org/docker/build-push-action.git synced 2025-06-24 16:05:54 +00:00

test on ubuntu latest

This commit is contained in:
Prajjwal 2025-03-21 09:33:16 +05:30
parent 603a9cec3b
commit f70fa99c35

View file

@ -7,9 +7,10 @@ on:
jobs: jobs:
test: test-multi-warp:
name: Debug Run ${{ matrix.run_number }} 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: strategy:
matrix: matrix:
run_number: [1] run_number: [1]
@ -27,3 +28,5 @@ jobs:
push: false push: false
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
profile-name: test-multi-builder profile-name: test-multi-builder