From 3857cd5bc9d13ce7114a586fdbb68a3ceb41c8b0 Mon Sep 17 00:00:00 2001 From: Marcel Bargull Date: Wed, 7 Apr 2021 08:57:43 +0200 Subject: [PATCH] Workaround buildah=1.20 config issue on GHA ref: https://github.com/redhat-actions/buildah-build/issues/45 --- .github/workflows/bioconda-recipes-issue-responder.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bioconda-recipes-issue-responder.yaml b/.github/workflows/bioconda-recipes-issue-responder.yaml index ba60cb54..d8b3f55b 100644 --- a/.github/workflows/bioconda-recipes-issue-responder.yaml +++ b/.github/workflows/bioconda-recipes-issue-responder.yaml @@ -13,7 +13,7 @@ on: jobs: build: name: Build and Push Image - runs-on: ubuntu-20.04 + runs-on: ubuntu-18.04 env: IMAGE_NAME: bioconda-recipes-issue-responder IMAGE_VERSION: '1.0.3'