ci: Ensure the docker release is fully up-to-date
This commit is contained in:
@@ -430,6 +430,11 @@ jobs:
|
|||||||
path: artifacts
|
path: artifacts
|
||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
|
|
||||||
|
- name: Ensure repository is up-to-date
|
||||||
|
run: |
|
||||||
|
git fetch --all
|
||||||
|
git pull
|
||||||
|
|
||||||
- name: Set version variable
|
- name: Set version variable
|
||||||
run: |
|
run: |
|
||||||
version="$(cat artifacts/release-version)"
|
version="$(cat artifacts/release-version)"
|
||||||
|
|||||||
Reference in New Issue
Block a user