removed redundant quotes
This commit is contained in:
parent
80e566917e
commit
bdd41a5ba2
4
.github/workflows/docker-publish-dev.yml
vendored
4
.github/workflows/docker-publish-dev.yml
vendored
@ -15,8 +15,8 @@ jobs:
|
||||
with:
|
||||
path: recipes/version.py
|
||||
contents: |
|
||||
"VERSION_NUMBER = 'develop'"
|
||||
"BUILD_REF = '{$(git rev-parse --short "$GITHUB_SHA")}'"
|
||||
VERSION_NUMBER = 'develop'
|
||||
BUILD_REF = '{$(git rev-parse --short "$GITHUB_SHA")}'
|
||||
write-mode: overwrite
|
||||
- name: Publish to Registry
|
||||
uses: elgohr/Publish-Docker-Github-Action@2.13
|
||||
|
Loading…
Reference in New Issue
Block a user