testing build ref version writing

This commit is contained in:
vabene1111 2020-06-10 11:08:59 +02:00
parent bdd41a5ba2
commit f596b12f12

View File

@ -16,7 +16,7 @@ jobs:
path: recipes/version.py
contents: |
VERSION_NUMBER = 'develop'
BUILD_REF = '{$(git rev-parse --short "$GITHUB_SHA")}'
BUILD_REF = '${GITHUB_SHA}'
write-mode: overwrite
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@2.13