Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
update d11 build
  • Loading branch information
cs1867 authored Apr 24, 2024
1 parent 2fe569c commit eb6735f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push Docker multiarch images
id: build-and-push-multiarch
if: ${{ matrix.os == 'd10' || matrix.os == 'd11' matrix.os == 'd12' ||||matrix.os == 'u18' || matrix.os == 'u20' || matrix.os == 'u22' }}
if: ${{ matrix.os == 'd10' || matrix.os == 'd11' || matrix.os == 'd12' || matrix.os == 'u18' || matrix.os == 'u20' || matrix.os == 'u22' }}
uses: docker/build-push-action@v3
with:
context: .
Expand Down

0 comments on commit eb6735f

Please sign in to comment.