We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12e74cf commit 561abfcCopy full SHA for 561abfc
1 file changed
.github/workflows/docker.yml
@@ -68,8 +68,7 @@ jobs:
68
push: true
69
build-args: |
70
SOURCE_COMMIT=${{ steps.image_tag.outputs.TAG }}
71
- PYTHON_IMAGE=3.11
72
- VARIANT=-slim
+ PYTHON_IMAGE=3.11-slim
73
tags: ${{ steps.meta.outputs.tags }}
74
labels: ${{ steps.meta.outputs.labels }}
75
cache-from: type=gha
0 commit comments