[ci] fix
Some checks failed
docker / build-docker (linux/386) (push) Failing after 1m15s
docker / build-docker (linux/amd64) (push) Failing after 14s
docker / build-docker (linux/arm/v5) (push) Failing after 14s
docker / build-docker (linux/arm/v7) (push) Failing after 14s
docker / build-docker (linux/arm64) (push) Failing after 13s
docker / build-docker (linux/arm64/v8) (push) Failing after 14s
docker / build-docker (linux/riscv64) (push) Failing after 14s
Some checks failed
docker / build-docker (linux/386) (push) Failing after 1m15s
docker / build-docker (linux/amd64) (push) Failing after 14s
docker / build-docker (linux/arm/v5) (push) Failing after 14s
docker / build-docker (linux/arm/v7) (push) Failing after 14s
docker / build-docker (linux/arm64) (push) Failing after 13s
docker / build-docker (linux/arm64/v8) (push) Failing after 14s
docker / build-docker (linux/riscv64) (push) Failing after 14s
This commit is contained in:
parent
1a1e658fa9
commit
e82d000729
2 changed files with 1 additions and 28 deletions
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
||||||
|
|
||||||
- name: Docker meta
|
- name: Docker meta
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v5
|
uses: https://github.com/docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
# list of Docker images to use as base name for tags
|
# list of Docker images to use as base name for tags
|
||||||
images: git.kmsign.ru/${{ github.repository }}
|
images: git.kmsign.ru/${{ github.repository }}
|
||||||
|
|
27
.github/workflows/mkdocs.yml
vendored
27
.github/workflows/mkdocs.yml
vendored
|
@ -1,27 +0,0 @@
|
||||||
name: mkdocs
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
tags:
|
|
||||||
- "v*"
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
mkdocs:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- uses: actions/setup-python@v4
|
|
||||||
with:
|
|
||||||
python-version: 3.x
|
|
||||||
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
|
|
||||||
|
|
||||||
- uses: actions/cache@v3
|
|
||||||
with:
|
|
||||||
key: mkdocs-material-${{ env.cache_id }}
|
|
||||||
path: .cache
|
|
||||||
restore-keys: |
|
|
||||||
mkdocs-material-
|
|
||||||
- run: pip install mkdocs-material
|
|
||||||
- run: mkdocs gh-deploy --force
|
|
Loading…
Reference in a new issue