From 834e368742e37b5798d090e768e7b6130ebca26f Mon Sep 17 00:00:00 2001 From: Jarkko Jaakola Date: Fri, 29 Nov 2024 12:57:44 +0200 Subject: [PATCH] fix: add the context output back to container GH Action workflow --- .github/workflows/container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 33ec5f308..faf309aba 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -33,7 +33,7 @@ jobs: run: | echo is_release=${{ contains(github.ref, 'refs/tags/') }} | tee -a $GITHUB_OUTPUT echo is_dev=${{ ! contains(github.ref, 'refs/tags/') }} | tee -a $GITHUB_OUTPUT - echo version=$(git describe --tags | cut -d '-' -f -2 | sed 's/-/.dev/g') + echo version=$(git describe --tags | cut -d '-' -f -2 | sed 's/-/.dev/g') | tee -a $GITHUB_OUTPUT # QEMU is used to set up VMs for building non-x86_64 images. - name: Set up QEMU