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

Commit d6c710f

Browse files
committed
CI tags update
1 parent 5151ac0 commit d6c710f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/dockerimage.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,12 @@ jobs:
2828
- name: Checkout
2929
uses: actions/checkout@v2
3030

31-
- name: Prepare
31+
- name: Prepare version tag
3232
run: |
3333
echo "::set-env name=HEAD_TAG::$(git tag --points-at HEAD)"
34+
35+
- name: Set tags
36+
run: |
3437
echo "::set-env name=TAG_VERSION::${HEAD_TAG//v}"
3538
echo "::set-env name=DOCKER_IMAGE::${GITHUB_REPOSITORY//docker-}"
3639

0 commit comments

Comments
 (0)