Skip to content

Commit

Permalink
add build-node:debian12
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Feb 26, 2024
1 parent e252397 commit 5679f2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-publish-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
contents: read
strategy:
matrix:
tag: ['client:centos7', 'build-node:debian11']
tag: ['client:centos7', 'build-node:debian11', 'build-node:debian12']
platform: [amd64, arm64, ppc64le]

steps:
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
contents: read
strategy:
matrix:
tag: ['client:centos7', 'build-node:debian11']
tag: ['client:centos7', 'build-node:debian11', 'build-node:debian12']
steps:
- name: Login to GitHub Container Registry
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 5679f2d

Please sign in to comment.