Skip to content

Commit 2fe569c

Browse files
authored
Update docker-publish.yml
Add additional OS for oneshot build 'd11', 'd12', 'u22'
1 parent 89d8a10 commit 2fe569c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: true
2626
matrix:
27-
os: [ 'el7', 'el8', 'ol8', 'el9', 'd10', 'u18', 'u20' ]
27+
os: [ 'el7', 'el8', 'ol8', 'el9', 'd10','d11', 'd12', 'u18', 'u20', 'u22' ]
2828

2929
runs-on: ubuntu-latest
3030
permissions:
@@ -86,7 +86,7 @@ jobs:
8686
# https://github.com/docker/build-push-action
8787
- name: Build and push Docker multiarch images
8888
id: build-and-push-multiarch
89-
if: ${{ matrix.os == 'd10' || matrix.os == 'u18' || matrix.os == 'u20' }}
89+
if: ${{ matrix.os == 'd10' || matrix.os == 'd11' matrix.os == 'd12' ||||matrix.os == 'u18' || matrix.os == 'u20' || matrix.os == 'u22' }}
9090
uses: docker/build-push-action@v3
9191
with:
9292
context: .

0 commit comments

Comments
 (0)