Skip to content

Commit 70d910b

Browse files
authored
Update dockerimage.yml
1 parent 502269b commit 70d910b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/dockerimage.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- name: Login to DockerHub Registry
1515
run: echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin
16-
- name: Version
17-
run: echo ${GITHUB_REF:10}
1816
- name: Get the version
1917
id: vars
2018
run: echo ::set-output name=tag::$(echo ${GITHUB_REF:10})

0 commit comments

Comments
 (0)