mirror of
https://github.com/dockersrc/debian
synced 2026-01-17 14:03:19 -05:00
🔧 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
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:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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 }}
|
||||||
|
|||||||
2
.github/workflows/docker.10.yaml
vendored
2
.github/workflows/docker.10.yaml
vendored
@@ -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
|
||||||
|
|||||||
2
.github/workflows/docker.11.yaml
vendored
2
.github/workflows/docker.11.yaml
vendored
@@ -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
|
||||||
|
|||||||
2
.github/workflows/docker.12.yaml
vendored
2
.github/workflows/docker.12.yaml
vendored
@@ -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
|
||||||
|
|||||||
2
.github/workflows/docker.13.yaml
vendored
2
.github/workflows/docker.13.yaml
vendored
@@ -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
|
||||||
|
|||||||
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user