Skip to content
Snippets Groups Projects
Commit ca9c2542 authored by niansa's avatar niansa
Browse files

Fix tag of image used in CI

parent 8c44172b
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ stages:
clang-format:
stage: format
image: suyuemu/cibuild:latest
image: suyuemu/cibuild:linux-x64
variables:
RELEASE_NAME: mainline
script:
......@@ -13,7 +13,7 @@ clang-format:
build-linux:
stage: build
image: suyuemu/cibuild:latest
image: suyuemu/cibuild:linux-x64
resource_group: linux-ci
variables:
RELEASE_NAME: mainline
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment