This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
name: build
|
||||
|
||||
# This is a manual smoke-test for the already-published image.
|
||||
# Do not run it on every push in this image repository, because the first push
|
||||
# happens before the image exists in the registry.
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
linux:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
# Set vars.CI_IMAGE to the same value as vars.REGISTRY_IMAGE, or replace this
|
||||
# line with your full image path, e.g. git.neosisyphus.com/evol3d/evol-testbed:clang22
|
||||
container:
|
||||
image: ${{ vars.CI_IMAGE }}:clang22
|
||||
image: git.neosisyphus.com/evol3d/evol-testbed:clang22
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user