diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 635ae5f..9872473 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -19,7 +19,7 @@ jobs: - name: Restore Docker id: cache-docker - uses: actions/cache/restore@v3 + uses: https://github.com/actions/cache/restore@v3 with: path: | /usr/bin/docker @@ -34,10 +34,10 @@ jobs: && rm -rf /tmp/* - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: https://github.com/docker/setup-buildx-action@v2 - name: Cache Docker layers - uses: actions/cache@v2 + uses: https://github.com/actions/cache@v2 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ github.sha }} @@ -45,7 +45,7 @@ jobs: ${{ runner.os }}-buildx- - name: Login to Repo - uses: docker/login-action@v2 + uses: https://github.com/docker/login-action@v2 with: registry: git.fascinated.cc username: ${{ secrets.REPO_USERNAME }}