Skip to content

Commit 5666353

Browse files
committed
build the dev container
1 parent 4e3d8af commit 5666353

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/quality-checks.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ on:
2323
type: boolean
2424
description: Toggle to reinstall poetry on top of python version installed by asdf.
2525
default: false
26-
asdfVersion:
27-
type: string
28-
required: false
29-
default: "v0.18.0"
3026
jobs:
3127
quality_checks:
3228
runs-on: ubuntu-22.04
@@ -373,4 +369,4 @@ jobs:
373369
- name: Build dev container
374370
run: |
375371
docker buildx create --use
376-
docker buildx build --platform linux/amd64,linux/arm64 -f .devcontainer/Dockerfile -t dev-container-image .
372+
docker buildx build --platform linux/amd64,linux/arm64 -f .devcontainer/Dockerfile -t dev-container-image .

0 commit comments

Comments
 (0)