[ci] fix
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 26s
docker / build-docker (linux/386) (push) Failing after 53s
docker / build-docker (linux/amd64) (push) Failing after 54s
docker / build-docker (linux/arm/v7) (push) Failing after 51s
docker / build-docker (linux/arm64) (push) Failing after 55s
mkdocs / mkdocs (push) Failing after 2s
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 26s
docker / build-docker (linux/386) (push) Failing after 53s
docker / build-docker (linux/amd64) (push) Failing after 54s
docker / build-docker (linux/arm/v7) (push) Failing after 51s
docker / build-docker (linux/arm64) (push) Failing after 55s
mkdocs / mkdocs (push) Failing after 2s
This commit is contained in:
parent
219631e4d8
commit
334f2205ac
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
|||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
# list of Docker images to use as base name for tags
|
||||
# images: ghcr.io/${{ github.repository }}
|
||||
images: git.kmsign.ru/${{ github.repository }}
|
||||
# generate Docker tags based on the following events/attributes
|
||||
tags: |
|
||||
type=schedule
|
||||
|
|
Loading…
Reference in a new issue