Fix Evol testbed image workflows
build-ci-image / image (push) Failing after 5s

This commit is contained in:
2026-05-02 17:58:58 +03:00
parent 62cfb45fe1
commit 95fb2f5ca0
2 changed files with 14 additions and 10 deletions
+5 -5
View File
@@ -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