diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 8cba7f5..a550ee2 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -6,7 +6,7 @@ jobs: build_and_push: runs-on: ubuntu-latest container: - image: catthehacker/ubuntu:act-latest + image: docker:23.0 steps: - name: Checkout uses: actions/checkout@v2 # Required to mount the Github Workspace to a volume