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 145b4b5 commit ea99f93Copy full SHA for ea99f93
1 file changed
.github/workflows/release.yaml
@@ -39,7 +39,7 @@ jobs:
39
password: ${{ secrets.DOCKERHUB_TOKEN }}
40
- name: Set the version
41
id: version
42
- run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
+ run: echo "::set-output name=VERSION::${GITHUB_REF#refs/tags/}"
43
- name: Build and push Tag
44
id: docker_build_release
45
uses: docker/build-push-action@v2
0 commit comments