diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 80b19a3..6570787 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -23,16 +23,16 @@ jobs: needs: build if: gitea.ref == 'refs/heads/main' steps: - - uses: https://github.com/actions/checkout@v4 + - uses: actions/checkout@v4 - name: Set up Docker Buildx - uses: https://github.com/docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v3 with: config-inline: | [registry.":5000"] http = true insecure = true - name: Build and push Docker image - uses: https://github.com/docker/build-push-action@v5 + uses: docker/build-push-action@v5 with: context: . file: ./Dockerfile