🔧 Updated workflows 🔧

.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:
2026-01-16 00:16:00 -05:00
parent e3578a3f6f
commit 3f86fd3dc4
10 changed files with 20 additions and 0 deletions
+2
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/debian:buster
docker.io/casjaysdev/debian:10
+2
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/debian:bullseye
docker.io/casjaysdev/debian:11
+2
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/debian:bookworm
docker.io/casjaysdev/debian:12
+2
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/debian:trixie
docker.io/casjaysdev/debian:13
+2
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/debian:latest
docker.io/casjaysdev/debian:${{ steps.meta.outputs.DATE_TAG }}
docker.io/casjaysdev/debian:${{ steps.meta.outputs.COMMIT_ID }}