From 18d3dc70147b9931213da4f7882fec2389863e05 Mon Sep 17 00:00:00 2001 From: davma-io Date: Sat, 15 Jul 2023 12:50:31 +0200 Subject: [PATCH] test(image-version): update version for test --- .github/workflows/ubuntu.yml | 2 +- base-images/ubuntu/version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 686c99d..bc84ec5 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -29,7 +29,7 @@ jobs: - name: Read version from file id: version - run: echo "::set-env name=VERSION::$(cat ./base-images/ubuntu/version.txt)" + run: echo "VERSION=$(<./base-images/ubuntu/version.txt)" >> $GITHUB_ENV - name: Build and push Docker image env: diff --git a/base-images/ubuntu/version.txt b/base-images/ubuntu/version.txt index 1464c52..ece61c6 100644 --- a/base-images/ubuntu/version.txt +++ b/base-images/ubuntu/version.txt @@ -1 +1 @@ -1.0.5 \ No newline at end of file +1.0.6 \ No newline at end of file