Updated build yaml for dev container
This commit is contained in:
5
.github/workflows/manual-build.yml
vendored
5
.github/workflows/manual-build.yml
vendored
@@ -18,6 +18,11 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: ${{ github.event.inputs.branch }}
|
||||
- name: Extract Version
|
||||
id: extract_version
|
||||
run: |
|
||||
version=$(python3 -c "import version; print(f'dev-{version.__version__'})")
|
||||
echo "VERSION=$version" >> $GITHUB_ENV
|
||||
|
||||
# Set up Docker
|
||||
- name: Set up Docker Buildx
|
||||
|
||||
Reference in New Issue
Block a user