Skip to content

Commit e1f7fca

Browse files
committed
replace debian sid by debian 13
1 parent beb0a36 commit e1f7fca

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-publish-containers.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
contents: read
3333
strategy:
3434
matrix:
35-
tag: ['client:rocky8', 'build-node:debian11', 'build-node:debian-sid']
35+
tag: ['client:rocky8', 'build-node:debian11', 'build-node:debian13']
3636
platform: [amd64, arm64, riscv64]
3737
exclude:
3838
# exclude images that don't support RISC-V
@@ -97,7 +97,7 @@ jobs:
9797
contents: read
9898
strategy:
9999
matrix:
100-
tag: ['client:rocky8', 'build-node:debian11', 'build-node:debian-sid']
100+
tag: ['client:rocky8', 'build-node:debian11', 'build-node:debian13']
101101
steps:
102102
- name: Login to GitHub Container Registry
103103
if: github.event_name != 'pull_request'
@@ -112,15 +112,15 @@ jobs:
112112
echo REPOSITORY_OWNER=$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV
113113
114114
- name: Create the final image using "docker buildx imagetools create"
115-
if: github.event_name != 'pull_request' && matrix.tag == 'build-node:debian-sid'
115+
if: github.event_name != 'pull_request' && matrix.tag == 'build-node:debian13'
116116
run: |
117117
docker buildx imagetools create -t ghcr.io/${{ env.REPOSITORY_OWNER }}/${{ matrix.tag }} \
118118
ghcr.io/${{ env.REPOSITORY_OWNER }}/${{ matrix.tag }}-amd64 \
119119
ghcr.io/${{ env.REPOSITORY_OWNER }}/${{ matrix.tag }}-arm64 \
120120
ghcr.io/${{ env.REPOSITORY_OWNER }}/${{ matrix.tag }}-riscv64
121121
122122
- name: Create the final image using "docker buildx imagetools create"
123-
if: github.event_name != 'pull_request' && matrix.tag != 'build-node:debian-sid'
123+
if: github.event_name != 'pull_request' && matrix.tag != 'build-node:debian13'
124124
run: |
125125
docker buildx imagetools create -t ghcr.io/${{ env.REPOSITORY_OWNER }}/${{ matrix.tag }} \
126126
ghcr.io/${{ env.REPOSITORY_OWNER }}/${{ matrix.tag }}-amd64 \

0 commit comments

Comments
 (0)