[fix] ci
Some checks failed
mkdocs / mkdocs (push) Failing after 56s
docker / build-docker (linux/386) (push) Failing after 54s
docker / build-docker (linux/arm/v5) (push) Failing after 25s
docker / build-docker (linux/amd64) (push) Failing after 18s
docker / build-docker (linux/arm/v7) (push) Failing after 16s
docker / build-docker (linux/arm64) (push) Failing after 12s
docker / build-docker (linux/arm64/v8) (push) Failing after 22s
docker / build-docker (linux/riscv64) (push) Failing after 20s
Some checks failed
mkdocs / mkdocs (push) Failing after 56s
docker / build-docker (linux/386) (push) Failing after 54s
docker / build-docker (linux/arm/v5) (push) Failing after 25s
docker / build-docker (linux/amd64) (push) Failing after 18s
docker / build-docker (linux/arm/v7) (push) Failing after 16s
docker / build-docker (linux/arm64) (push) Failing after 12s
docker / build-docker (linux/arm64/v8) (push) Failing after 22s
docker / build-docker (linux/riscv64) (push) Failing after 20s
This commit is contained in:
parent
ef751771d2
commit
1a1e658fa9
1 changed files with 4 additions and 7 deletions
11
.github/workflows/docker.yaml
vendored
11
.github/workflows/docker.yaml
vendored
|
@ -28,16 +28,13 @@ jobs:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Set up QEMU
|
|
||||||
uses: docker/setup-qemu-action@v3
|
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
- name: Login to Container Registry
|
- name: Login to Container Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: git.kmsign.ru
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
@ -46,7 +43,7 @@ jobs:
|
||||||
uses: docker/metadata-action@v5
|
uses: 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: ghcr.io/${{ github.repository }}
|
images: git.kmsign.ru/${{ github.repository }}
|
||||||
# generate Docker tags based on the following events/attributes
|
# generate Docker tags based on the following events/attributes
|
||||||
tags: |
|
tags: |
|
||||||
type=schedule
|
type=schedule
|
||||||
|
@ -67,6 +64,6 @@ jobs:
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
sbom: true
|
sbom: true
|
||||||
provenance: true
|
provenance: true
|
||||||
cache-from: type=gha
|
# cache-from: type=gha
|
||||||
cache-to: type=gha,mode=max
|
# cache-to: type=gha,mode=max
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
|
|
Loading…
Reference in a new issue