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