Skip to content

Commit

Permalink
WIP: Add print version
Browse files Browse the repository at this point in the history
  • Loading branch information
nmanoogian committed Jun 3, 2021
1 parent 42246f6 commit c1c53ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
id: extract
run: echo ::set-output name=version::${GITHUB_REF#refs/*/v}

- name: Print Version
run: |
echo ${{ steps.extract.outputs.version }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v1

Expand Down

0 comments on commit c1c53ed

Please sign in to comment.