Skip to content

Commit 3f8f51e

Browse files
authored
Update nightlydockerimages.yml
1 parent 6d69479 commit 3f8f51e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/nightlydockerimages.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ jobs:
3131

3232
- name: Define version
3333
run: |
34-
echo "VERSION=$(cat ./version.txt)" >> $GITHUB_ENV
35-
34+
VERSION=$(cat ./version.txt)
35+
echo "Using version: $VERSION"
36+
echo "VERSION=$VERSION" >> $GITHUB_ENV
37+
3638
- name: Set up Docker Buildx
3739
uses: docker/setup-buildx-action@v2
3840

0 commit comments

Comments
 (0)