🔧 Updated workflows 🔧
Some checks failed
ubuntu-20-04 / build-and-push (push) Failing after 13s
ubuntu-18-04 / build-and-push (push) Failing after 1m56s
ubuntu-22-04 / build-and-push (push) Failing after 1m37s
ubuntu-24-04 / build-and-push (push) Failing after 1m35s
ubuntu-24-10 / build-and-push (push) Failing after 40s
ubuntu / build-and-push (push) Failing after 1m19s

.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-16 00:16:03 -05:00
parent 9ee5b6ffea
commit 110aee83a4
12 changed files with 24 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ 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
@@ -82,3 +83,4 @@ jobs:
org.opencontainers.image.created=${{ github.event.head_commit.timestamp }}
tags: |
docker.io/casjaysdev/ubuntu:18.04
docker.io/casjaysdev/ubuntu:bionic

View File

@@ -30,6 +30,7 @@ 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
@@ -82,3 +83,4 @@ jobs:
org.opencontainers.image.created=${{ github.event.head_commit.timestamp }}
tags: |
docker.io/casjaysdev/ubuntu:20.04
docker.io/casjaysdev/ubuntu:focal

View File

@@ -30,6 +30,7 @@ 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
@@ -82,3 +83,4 @@ jobs:
org.opencontainers.image.created=${{ github.event.head_commit.timestamp }}
tags: |
docker.io/casjaysdev/ubuntu:22.04
docker.io/casjaysdev/ubuntu:jammy

View File

@@ -30,6 +30,7 @@ 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
@@ -82,3 +83,4 @@ jobs:
org.opencontainers.image.created=${{ github.event.head_commit.timestamp }}
tags: |
docker.io/casjaysdev/ubuntu:24.04
docker.io/casjaysdev/ubuntu:noble

View File

@@ -30,6 +30,7 @@ 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
@@ -82,3 +83,4 @@ jobs:
org.opencontainers.image.created=${{ github.event.head_commit.timestamp }}
tags: |
docker.io/casjaysdev/ubuntu:24.10
docker.io/casjaysdev/ubuntu:oracular

View File

@@ -30,6 +30,7 @@ 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
@@ -83,3 +84,4 @@ 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 }}