diff --git a/.gitea/workflows/alpine.yaml b/.gitea/workflows/alpine.yaml index 3e04d93..e77ba70 100644 --- a/.gitea/workflows/alpine.yaml +++ b/.gitea/workflows/alpine.yaml @@ -7,9 +7,9 @@ on: jobs: build: name: Build and push image - runs-on: alpine-latest + runs-on: ubuntu-latest container: - image: ghcr.io/catthehacker/alpine:act-latest + image: ghcr.io/catthehacker/ubuntu:act-latest steps: - name: Check out repository code uses: actions/checkout@v3