summaryrefslogtreecommitdiffstats
path: root/.github/workflows/release-python.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/release-python.yml')
-rw-r--r--.github/workflows/release-python.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release-python.yml b/.github/workflows/release-python.yml
index 3ca68a9..d967918 100644
--- a/.github/workflows/release-python.yml
+++ b/.github/workflows/release-python.yml
@@ -16,7 +16,7 @@ jobs:
name: Build source distribution
runs-on: ubuntu-latest
container:
- image: ghcr.io/igaw/linux-nvme/debian.python:latest
+ image: ghcr.io/linux-nvme/debian.python:latest
steps:
- uses: actions/checkout@v4