Skip to content

Commit eb6735f

Browse files
authored
Update docker-publish.yml
update d11 build
1 parent 2fe569c commit eb6735f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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 == 'd11' matrix.os == 'd12' ||||matrix.os == 'u18' || matrix.os == 'u20' || matrix.os == 'u22' }}
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)