formatting + further testing

This commit is contained in:
vabene1111
2020-06-10 11:19:28 +02:00
parent f596b12f12
commit 608e024caa
2 changed files with 7 additions and 4 deletions

View File

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