From 40e23c32a8620a4761d4608ec7c3c6b97a8c93eb Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sun, 17 Aug 2025 12:21:29 +0100 Subject: [PATCH] Fix Docker build --- .github/workflows/build-container.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-container.yaml b/.github/workflows/build-container.yaml index 54be751..f2f9fc0 100644 --- a/.github/workflows/build-container.yaml +++ b/.github/workflows/build-container.yaml @@ -22,10 +22,10 @@ jobs: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} + - uses: actions/checkout@v5 - name: Set build args run: | - PYTHON_VERSION=$(cat .python-version) - echo "PYTHON_VERSION=$PYTHON_VERSION" >> $GITHUB_ENV + echo "PYTHON_VERSION=$(cat .python-version)" >> $GITHUB_ENV - name: Build and push id: docker_build uses: docker/build-push-action@v6