Updated build yaml for dev container

This commit is contained in:
Kamil
2024-11-24 21:15:04 +00:00
parent e5416ed800
commit 3f5318a17b

View File

@@ -18,6 +18,11 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
ref: ${{ github.event.inputs.branch }} 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 # Set up Docker
- name: Set up Docker Buildx - name: Set up Docker Buildx