diff --git a/.gitea/workflows/buildtestpublish.yaml b/.gitea/workflows/buildtestpublish.yaml index 0fe1f82..5f940e9 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/cppbuilder:latest + image: gitea.jde.nz/public/alpinebuilder:latest steps: - name: Check out repository code uses: actions/checkout@v4