[ci] forjego
Some checks failed
CodeQL / Analyze (go) (push) Failing after 2s
CodeQL / Analyze (javascript) (push) Failing after 2s
docker / build-docker (inux/arm/v6) (push) Failing after 27s
docker / build-docker (linux/386) (push) Failing after 27s
docker / build-docker (linux/amd64) (push) Has started running
docker / build-docker (linux/arm64) (push) Has been cancelled
docker / build-docker (linux/arm/v7) (push) Has been cancelled
mkdocs / mkdocs (push) Failing after 2s

This commit is contained in:
royalcat 2023-10-17 22:32:15 +03:00
parent 98b1976dc9
commit 5faab0cb7f

View file

@ -27,10 +27,10 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to GitHub Container Registry
- name: Login to Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
registry: git.kmsign.ru
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}