remove bullseye
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / Build RootFS Archives (trixie) (push) Successful in 5m1s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / Build RootFS Archives (bookworm) (push) Successful in 6m22s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / Build & Push Docker Images (trixie) (push) Successful in 1m45s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / Build & Push Docker Images (bookworm) (push) Successful in 2m0s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Successful in 1m28s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Successful in 1m32s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / Docker prune (vm-docker-build2) (push) Successful in 3s

This commit is contained in:
2026-07-06 07:23:29 -07:00
parent e50226a1a1
commit 553728f91a
+3 -3
View File
@@ -23,7 +23,7 @@ env:
GIT_CREDENTIAL: ${{ secrets.GIT_TOKEN || secrets.GIT_PASSWORD }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
VERSIONS: "bullseye bookworm trixie"
VERSIONS: "bookworm trixie"
OUTPUT_DIR: ./output
jobs:
@@ -49,7 +49,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [bullseye, bookworm, trixie]
version: [bookworm, trixie]
steps:
- name: Checkout source
uses: actions/checkout@v3
@@ -178,7 +178,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [bullseye, bookworm, trixie]
version: [bookworm, trixie]
steps:
- name: Checkout source