Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 648ea70

Browse files
committed
add generation of version for Release pipeline
1 parent cf221cd commit 648ea70

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/stableRelease.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
with:
2424
username: ${{ secrets.DOCKER_USER }}
2525
password: ${{ secrets.DOCKER_PW }}
26+
-
27+
name: Generate Image Tag from Git Tag
28+
id: vars
29+
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
2630
-
2731
name: Build and push
2832
run: |

0 commit comments

Comments
 (0)