[ci] self-hosted
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 23s
docker / build-docker (linux/386) (push) Failing after 20s
docker / build-docker (linux/amd64) (push) Failing after 20s
docker / build-docker (linux/arm/v7) (push) Failing after 20s
docker / build-docker (linux/arm64) (push) Failing after 20s
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 23s
docker / build-docker (linux/386) (push) Failing after 20s
docker / build-docker (linux/amd64) (push) Failing after 20s
docker / build-docker (linux/arm/v7) (push) Failing after 20s
docker / build-docker (linux/arm64) (push) Failing after 20s
mkdocs / mkdocs (push) Failing after 2s
This commit is contained in:
parent
5faab0cb7f
commit
219631e4d8
1 changed files with 3 additions and 3 deletions
6
.github/workflows/docker.yaml
vendored
6
.github/workflows/docker.yaml
vendored
|
@ -39,7 +39,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: ghcr.io/${{ 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
|
||||||
|
@ -60,6 +60,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