Skip to content

Commit 84daba0

Browse files
committed
Use git tag to tag docker image
Signed-off-by: Mikhail Malyshev <[email protected]>
1 parent 5acc240 commit 84daba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
echo "Tag $TAG does not match RUST_VERSION $RUST_VERSION"
3636
exit 1
3737
fi
38-
echo "::set-output name=RUST_VERSION::$RUST_VERSION"
38+
echo "::set-output name=RUST_VERSION::${{ github.ref_name }}"
3939
- name: Login to Docker Hub
4040
if: ${{ github.event.repository.full_name }} == 'lf-edge/eve-rust'
4141
uses: docker/login-action@v3

0 commit comments

Comments
 (0)