Update docker-publish-release.yml

This commit is contained in:
vabene1111 2020-10-24 17:19:23 +02:00 committed by GitHub
parent e427d8b714
commit 1509b8243b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ jobs:
name: Build image job
steps:
- name: Checkout master
uses: actions/checkout@master#
uses: actions/checkout@master
- name: Get version number
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}