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 5e4e868 commit 4e44a61Copy full SHA for 4e44a61
.github/workflows/deploy-docker.yml
@@ -17,7 +17,7 @@ jobs:
17
18
- name: Get the version
19
id: get_version
20
- run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
+ run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}
21
22
- name: Docker login
23
run: echo '${{ secrets.DOCKER_PASSWORD }}' | docker login --username ${{ secrets.DOCKER_USERNAME }} --password-stdin
0 commit comments