|
|
|
@ -3,7 +3,8 @@ name: Debug WarpBuild Docker Configure Action
|
|
|
|
on:
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
branches:
|
|
|
|
- fix-error-messages
|
|
|
|
- feat/teardown_post_hook
|
|
|
|
|
|
|
|
workflow_dispatch:
|
|
|
|
|
|
|
|
|
|
|
|
env:
|
|
|
|
env:
|
|
|
|
WARPBUILD_API_DOMAIN: "https://api.dev.warpbuild.dev"
|
|
|
|
WARPBUILD_API_DOMAIN: "https://api.dev.warpbuild.dev"
|
|
|
|
@ -14,7 +15,7 @@ jobs:
|
|
|
|
runs-on: warpdev-ubuntu-latest-x64-2x
|
|
|
|
runs-on: warpdev-ubuntu-latest-x64-2x
|
|
|
|
strategy:
|
|
|
|
strategy:
|
|
|
|
matrix:
|
|
|
|
matrix:
|
|
|
|
run_number: [1,2]
|
|
|
|
run_number: [1]
|
|
|
|
fail-fast: false
|
|
|
|
fail-fast: false
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- name: Checkout repository
|
|
|
|
- name: Checkout repository
|
|
|
|
@ -29,6 +30,6 @@ jobs:
|
|
|
|
push: false
|
|
|
|
push: false
|
|
|
|
# platforms: linux/amd64,linux/arm64
|
|
|
|
# platforms: linux/amd64,linux/arm64
|
|
|
|
platforms: linux/amd64
|
|
|
|
platforms: linux/amd64
|
|
|
|
profile-name: test-dev
|
|
|
|
profile-name: dev-eph
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|