diff --git a/.gitea/workflows/buildtestpublish.yaml b/.gitea/workflows/buildtestpublish.yaml index 5f940e9..0fe1f82 100644 --- a/.gitea/workflows/buildtestpublish.yaml +++ b/.gitea/workflows/buildtestpublish.yaml @@ -6,7 +6,7 @@ jobs: Build: runs-on: ubuntu-latest container: - image: gitea.jde.nz/public/alpinebuilder:latest + image: gitea.jde.nz/public/cppbuilder:latest steps: - name: Check out repository code uses: actions/checkout@v4