We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 702bfad commit 6caab91Copy full SHA for 6caab91
.github/workflows/dockerhub_deployment.yml
@@ -13,11 +13,6 @@ jobs:
13
steps:
14
- name: Check out the repo
15
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##*/})"
21
- name: Login to Docker Hub
22
uses: docker/login-action@v1
23
with:
0 commit comments