diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index 83205fe..8cc4616 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -11,15 +11,15 @@ jobs: runs-on: ubuntu-latest steps: - name: Set up Docker BuildX - uses: docker/setup-buildx-action@v2 + uses: uses: https://github.com/docker/setup-buildx-action@v3 with: # replace it with your local IP config-inline: | [registry."registry.tuxnet.lan"] http = true - insecure = true + insecure = true - name: Build and push - uses: docker/build-push-action@v4 + uses: https://github.com/docker/build-push-action@v5 with: context: . file: ./Dockerfile