Skip to content

Commit 6caab91

Browse files
Rob Tjalmadlabordus
authored andcommitted
Removed tag step
Signed-off-by: Rob Tjalma <[email protected]>
1 parent 702bfad commit 6caab91

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/dockerhub_deployment.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ jobs:
1313
steps:
1414
- name: Check out the repo
1515
uses: actions/checkout@v2
16-
- name: Extract tag name
17-
id: extract_tagname
18-
shell: bash
19-
# Extra the tagname form the git reference, value of GITHUB_REF will be something like refs/tags/<tag_name>.
20-
run: echo "##[set-output name=tagname;]$(echo ${GITHUB_REF##*/})"
2116
- name: Login to Docker Hub
2217
uses: docker/login-action@v1
2318
with:

0 commit comments

Comments
 (0)