Skip to content

Commit f3b9db7

Browse files
Extract version from tag
Signed-off-by: Lehmann_Fabian <fabian.lehmann@informatik.hu-berlin.de>
1 parent 430ddaf commit f3b9db7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
with:
1616
username: commonworkflowscheduler
1717
password: ${{ secrets.DOCKER_PASSWORD }}
18+
- name: Extract version from tag
19+
run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
1820
- name: Build and push Docker image
1921
uses: docker/build-push-action@v4
2022
with:

0 commit comments

Comments
 (0)