Skip to content

Commit

Permalink
test(image-version): update version for test
Browse files Browse the repository at this point in the history
  • Loading branch information
d-vm committed Jul 15, 2023
1 parent fd2ec60 commit 18d3dc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion base-images/ubuntu/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.5
1.0.6

0 comments on commit 18d3dc7

Please sign in to comment.