Revert "CI: Add os to the matrix of docker-ci.yml"

This reverts commit 0152e4e918.
This commit is contained in:
Archi 2021-06-03 01:35:50 +02:00
parent 0152e4e918
commit e05ff83bee
No known key found for this signature in database
GPG key ID: 6B138B4C64555AEA

View file

@ -11,9 +11,8 @@ jobs:
fail-fast: false
matrix:
file: [Dockerfile, Dockerfile.Service]
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- name: Checkout code
@ -24,7 +23,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Build Docker image on ${{ matrix.os }} from ${{ matrix.file }}
- name: Build Docker image from ${{ matrix.file }}
uses: docker/build-push-action@v2
with:
context: .