From ea5384cc7d7e183e3cb301e13bde1a1ee294d1ca Mon Sep 17 00:00:00 2001 From: iphydf Date: Sun, 30 Jan 2022 19:15:30 +0000 Subject: [PATCH] chore: Use latest instead of versioned toktok-stack image. --- .cirrus.yml | 2 +- .github/settings.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 436dc53..71194dc 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,7 +1,7 @@ --- bazel-opt_task: container: - image: toxchat/toktok-stack:0.0.31-release + image: toxchat/toktok-stack:latest-release cpu: 2 memory: 6G configure_script: diff --git a/.github/settings.yml b/.github/settings.yml index 95907a7..d04dcd1 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -14,4 +14,4 @@ branches: - "bazel-opt" - "build / cabal" - "build / stack" - - "check-release" + - "checks / check-release"