Skip to content

Commit c1c53ed

Browse files
committed
WIP: Add print version
1 parent 42246f6 commit c1c53ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish-dockerhub.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
id: extract
1515
run: echo ::set-output name=version::${GITHUB_REF#refs/*/v}
1616

17+
- name: Print Version
18+
run: |
19+
echo ${{ steps.extract.outputs.version }}
20+
1721
- name: Set up QEMU
1822
uses: docker/setup-qemu-action@v1
1923

0 commit comments

Comments
 (0)