mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-04 21:58:54 -05:00
version writer script fixes
This commit is contained in:
4
.github/workflows/docker-publish-dev.yml
vendored
4
.github/workflows/docker-publish-dev.yml
vendored
@@ -15,8 +15,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: recipes/version.py
|
path: recipes/version.py
|
||||||
contents: |
|
contents: |
|
||||||
echo "VERSION_NUMBER = 'develop'"
|
"VERSION_NUMBER = 'develop'"
|
||||||
echo "BUILD_REF = '$(git rev-parse --short "$GITHUB_SHA")'"
|
"BUILD_REF = '{$(git rev-parse --short "$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
|
||||||
|
|||||||
Reference in New Issue
Block a user