Skip to content

Commit c8afbfe

Browse files
authored
ci(docker-build-push): access version info from parent workflow
Refs #3900
1 parent dbf09e4 commit c8afbfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- run: |
6868
unzip released-version.zip
6969
RELEASED_VERSION=$(cat released-version.txt)
70-
echo "RELEASED_VERSION=RELEASED_VERSION" >> $GITHUB_ENV
70+
echo "RELEASED_VERSION=$RELEASED_VERSION" >> $GITHUB_ENV
7171
7272
- name: Set up QEMU
7373
uses: docker/setup-qemu-action@v2

0 commit comments

Comments
 (0)