From 495f882fb8ed6527480cda6432b6c00e3b19b39d Mon Sep 17 00:00:00 2001 From: linuxgoose Date: Tue, 14 Oct 2025 20:39:14 +0000 Subject: [PATCH] Update .github/workflows/publish.yml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0c5f1c59680a24cb840db113376c62858a130245..688e50225e11654b6c488b10759b9a2852601ebd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ jobs: publish: runs-on: ubuntu-latest container: - image: python:3.12-slim # <-- ensures Python and pip are available + image: cimg/python:3.12 steps: # Checkout the repository - uses: actions/checkout@v4