🔧 Update configuration files 🔧
Some checks failed
ubuntu-24-10 / build-and-push (push) Waiting to run
ubuntu / build-and-push (push) Waiting to run
ubuntu-18-04 / build-and-push (push) Failing after 3m13s
ubuntu-24-04 / build-and-push (push) Failing after 3h11m41s
ubuntu-22-04 / build-and-push (push) Failing after 3h14m54s
ubuntu-20-04 / build-and-push (push) Failing after 3h14m56s

.gitea/workflows/docker.18.04.yaml
.gitea/workflows/docker.20.04.yaml
.gitea/workflows/docker.22.04.yaml
.gitea/workflows/docker.24.04.yaml
.gitea/workflows/docker.24.10.yaml
.gitea/workflows/docker.yaml
.github/workflows/docker.18.04.yaml
.github/workflows/docker.20.04.yaml
.github/workflows/docker.22.04.yaml
.github/workflows/docker.24.04.yaml
.github/workflows/docker.24.10.yaml
.github/workflows/docker.yaml
This commit is contained in:
casjay
2026-01-29 14:21:53 -05:00
parent 110aee83a4
commit 28cfb2baa6
12 changed files with 12 additions and 36 deletions

View File

@@ -30,7 +30,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 Docker Hub
uses: docker/login-action@v2
@@ -57,7 +56,7 @@ jobs:
BUILD_DATE=${{ steps.meta.outputs.BUILD_DATE }}
BUILD_VERSION=${{ steps.meta.outputs.BUILD_DATE }}
PULL_URL=ubuntu
DISTRO_VERSION=${IMAGE_VERSION}
DISTRO_VERSION=latest
CONTAINER_VERSION=USE_DATE
TIMEZONE=America/New_York
LANGUAGE=en_US.UTF-8
@@ -84,4 +83,3 @@ jobs:
tags: |
docker.io/casjaysdev/ubuntu:latest
docker.io/casjaysdev/ubuntu:${{ steps.meta.outputs.DATE_TAG }}
docker.io/casjaysdev/ubuntu:${{ steps.meta.outputs.COMMIT_ID }}