testing build ref version writing
This commit is contained in:
parent
bdd41a5ba2
commit
f596b12f12
2
.github/workflows/docker-publish-dev.yml
vendored
2
.github/workflows/docker-publish-dev.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
path: recipes/version.py
|
path: recipes/version.py
|
||||||
contents: |
|
contents: |
|
||||||
VERSION_NUMBER = 'develop'
|
VERSION_NUMBER = 'develop'
|
||||||
BUILD_REF = '{$(git rev-parse --short "$GITHUB_SHA")}'
|
BUILD_REF = '${GITHUB_SHA}'
|
||||||
write-mode: overwrite
|
write-mode: overwrite
|
||||||
- name: Publish to Registry
|
- name: Publish to Registry
|
||||||
uses: elgohr/Publish-Docker-Github-Action@2.13
|
uses: elgohr/Publish-Docker-Github-Action@2.13
|
||||||
|
Loading…
Reference in New Issue
Block a user