diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index a550ee2..a71a35a 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -8,8 +8,8 @@ jobs: container: image: docker:23.0 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: