🔧 Updated workflows 🔧
Some checks failed
debian-11 / build-and-push (push) Failing after 8m3s
debian-10 / build-and-push (push) Failing after 9m7s
debian-12 / build-and-push (push) Failing after 1m24s
debian-13 / build-and-push (push) Failing after 1m36s
debian / build-and-push (push) Failing after 1m45s

.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-16 00:16:00 -05:00
parent e3578a3f6f
commit 3f86fd3dc4
10 changed files with 20 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ jobs:
run: | run: |
echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT
echo "DATE_TAG=$(date +'%y%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 - name: Login to Docker Hub
uses: docker/login-action@v2 uses: docker/login-action@v2
@@ -82,3 +83,4 @@ jobs:
org.opencontainers.image.created=${{ github.event.head_commit.timestamp }} org.opencontainers.image.created=${{ github.event.head_commit.timestamp }}
tags: | tags: |
docker.io/casjaysdev/debian:buster docker.io/casjaysdev/debian:buster
docker.io/casjaysdev/debian:10

View File

@@ -30,6 +30,7 @@ jobs:
run: | run: |
echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT
echo "DATE_TAG=$(date +'%y%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 - name: Login to Docker Hub
uses: docker/login-action@v2 uses: docker/login-action@v2
@@ -82,3 +83,4 @@ jobs:
org.opencontainers.image.created=${{ github.event.head_commit.timestamp }} org.opencontainers.image.created=${{ github.event.head_commit.timestamp }}
tags: | tags: |
docker.io/casjaysdev/debian:bullseye docker.io/casjaysdev/debian:bullseye
docker.io/casjaysdev/debian:11

View File

@@ -30,6 +30,7 @@ jobs:
run: | run: |
echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT
echo "DATE_TAG=$(date +'%y%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 - name: Login to Docker Hub
uses: docker/login-action@v2 uses: docker/login-action@v2
@@ -82,3 +83,4 @@ jobs:
org.opencontainers.image.created=${{ github.event.head_commit.timestamp }} org.opencontainers.image.created=${{ github.event.head_commit.timestamp }}
tags: | tags: |
docker.io/casjaysdev/debian:bookworm docker.io/casjaysdev/debian:bookworm
docker.io/casjaysdev/debian:12

View File

@@ -30,6 +30,7 @@ jobs:
run: | run: |
echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT
echo "DATE_TAG=$(date +'%y%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 - name: Login to Docker Hub
uses: docker/login-action@v2 uses: docker/login-action@v2
@@ -82,3 +83,4 @@ jobs:
org.opencontainers.image.created=${{ github.event.head_commit.timestamp }} org.opencontainers.image.created=${{ github.event.head_commit.timestamp }}
tags: | tags: |
docker.io/casjaysdev/debian:trixie docker.io/casjaysdev/debian:trixie
docker.io/casjaysdev/debian:13

View File

@@ -30,6 +30,7 @@ jobs:
run: | run: |
echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT
echo "DATE_TAG=$(date +'%y%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 - name: Login to Docker Hub
uses: docker/login-action@v2 uses: docker/login-action@v2
@@ -83,3 +84,4 @@ jobs:
tags: | tags: |
docker.io/casjaysdev/debian:latest docker.io/casjaysdev/debian:latest
docker.io/casjaysdev/debian:${{ steps.meta.outputs.DATE_TAG }} docker.io/casjaysdev/debian:${{ steps.meta.outputs.DATE_TAG }}
docker.io/casjaysdev/debian:${{ steps.meta.outputs.COMMIT_ID }}

View File

@@ -31,6 +31,7 @@ jobs:
run: | run: |
echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT
echo "DATE_TAG=$(date +'%y%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 - name: Login to GitHub Container Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
@@ -83,3 +84,4 @@ jobs:
org.opencontainers.image.created=${{ github.event.head_commit.timestamp }} org.opencontainers.image.created=${{ github.event.head_commit.timestamp }}
tags: | tags: |
ghcr.io/${{ github.repository }}:buster ghcr.io/${{ github.repository }}:buster
ghcr.io/${{ github.repository }}:10

View File

@@ -31,6 +31,7 @@ jobs:
run: | run: |
echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT
echo "DATE_TAG=$(date +'%y%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 - name: Login to GitHub Container Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
@@ -83,3 +84,4 @@ jobs:
org.opencontainers.image.created=${{ github.event.head_commit.timestamp }} org.opencontainers.image.created=${{ github.event.head_commit.timestamp }}
tags: | tags: |
ghcr.io/${{ github.repository }}:bullseye ghcr.io/${{ github.repository }}:bullseye
ghcr.io/${{ github.repository }}:11

View File

@@ -31,6 +31,7 @@ jobs:
run: | run: |
echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT
echo "DATE_TAG=$(date +'%y%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 - name: Login to GitHub Container Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
@@ -83,3 +84,4 @@ jobs:
org.opencontainers.image.created=${{ github.event.head_commit.timestamp }} org.opencontainers.image.created=${{ github.event.head_commit.timestamp }}
tags: | tags: |
ghcr.io/${{ github.repository }}:bookworm ghcr.io/${{ github.repository }}:bookworm
ghcr.io/${{ github.repository }}:12

View File

@@ -31,6 +31,7 @@ jobs:
run: | run: |
echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT
echo "DATE_TAG=$(date +'%y%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 - name: Login to GitHub Container Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
@@ -83,3 +84,4 @@ jobs:
org.opencontainers.image.created=${{ github.event.head_commit.timestamp }} org.opencontainers.image.created=${{ github.event.head_commit.timestamp }}
tags: | tags: |
ghcr.io/${{ github.repository }}:trixie ghcr.io/${{ github.repository }}:trixie
ghcr.io/${{ github.repository }}:13

View File

@@ -31,6 +31,7 @@ jobs:
run: | run: |
echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT
echo "DATE_TAG=$(date +'%y%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 - name: Login to GitHub Container Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
@@ -84,3 +85,4 @@ jobs:
tags: | tags: |
ghcr.io/${{ github.repository }}:latest ghcr.io/${{ github.repository }}:latest
ghcr.io/${{ github.repository }}:${{ steps.meta.outputs.DATE_TAG }} ghcr.io/${{ github.repository }}:${{ steps.meta.outputs.DATE_TAG }}
ghcr.io/${{ github.repository }}:${{ steps.meta.outputs.COMMIT_ID }}