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