Skip to content

Commit 561abfc

Browse files
committed
fix: use valid Python base image in Docker workflow
1 parent 12e74cf commit 561abfc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ jobs:
6868
push: true
6969
build-args: |
7070
SOURCE_COMMIT=${{ steps.image_tag.outputs.TAG }}
71-
PYTHON_IMAGE=3.11
72-
VARIANT=-slim
71+
PYTHON_IMAGE=3.11-slim
7372
tags: ${{ steps.meta.outputs.tags }}
7473
labels: ${{ steps.meta.outputs.labels }}
7574
cache-from: type=gha

0 commit comments

Comments
 (0)