diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index a71a35a..8cba7f5 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -6,10 +6,10 @@ jobs: build_and_push: runs-on: ubuntu-latest container: - image: docker:23.0 + image: catthehacker/ubuntu:act-latest steps: - # - name: Checkout - # uses: actions/checkout@v2 # Required to mount the Github Workspace to a volume + - name: Checkout + uses: actions/checkout@v2 # Required to mount the Github Workspace to a volume - name: Login to Docker Hub uses: https://github.com/docker/login-action@v3 with: