🔧 Update configuration files 🔧
Some checks failed
debian-11 / build-and-push (push) Failing after 7s
debian-10 / build-and-push (push) Failing after 3h11m2s
debian-12 / build-and-push (push) Successful in 2h39m11s
debian-13 / build-and-push (push) Successful in 2h57m38s
debian / build-and-push (push) Failing after 3h3m42s

.gitea/workflows/docker.10.yaml
.gitea/workflows/docker.11.yaml
.gitea/workflows/docker.12.yaml
.gitea/workflows/docker.13.yaml
.gitea/workflows/docker.yaml
.github/workflows/docker.10.yaml
.github/workflows/docker.11.yaml
.github/workflows/docker.12.yaml
.github/workflows/docker.13.yaml
.github/workflows/docker.yaml
This commit is contained in:
casjay
2026-01-29 14:21:48 -05:00
parent 3f86fd3dc4
commit c93e899fac
10 changed files with 10 additions and 30 deletions

View File

@@ -31,7 +31,6 @@ jobs:
run: |
echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT
echo "DATE_TAG=$(date +'%y%m')" >> $GITHUB_OUTPUT
echo "COMMIT_ID=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
@@ -58,7 +57,7 @@ jobs:
BUILD_DATE=${{ steps.meta.outputs.BUILD_DATE }}
BUILD_VERSION=${{ steps.meta.outputs.BUILD_DATE }}
PULL_URL=debian
DISTRO_VERSION=${IMAGE_VERSION}
DISTRO_VERSION=buster
CONTAINER_VERSION=10
TIMEZONE=America/New_York
LANGUAGE=en_US.UTF-8
@@ -84,4 +83,3 @@ jobs:
org.opencontainers.image.created=${{ github.event.head_commit.timestamp }}
tags: |
ghcr.io/${{ github.repository }}:buster
ghcr.io/${{ github.repository }}:10