This commit is contained in:
parent
5c196c05fc
commit
f48eda81e8
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
- name: Write Version
|
||||
run: |
|
||||
echo Building with version number $RELEASE_VERSION
|
||||
echo $RELEASE_VERSION > src/build/version.txt
|
||||
echo $RELEASE_VERSION > src/build_supp/version.txt
|
||||
|
||||
- name: Log into registry ${{ env.REGISTRY }}
|
||||
if: github.event_name != 'pull_request'
|
||||
|
|
|
@ -1 +1 @@
|
|||
0.3.0-dev
|
||||
0.3.0
|
||||
|
|
Loading…
Reference in a new issue