mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 15:14:41 +00:00
Revert "CI: Add os to the matrix of docker-ci.yml"
This reverts commit 0152e4e918
.
This commit is contained in:
parent
0152e4e918
commit
e05ff83bee
1 changed files with 2 additions and 3 deletions
5
.github/workflows/docker-ci.yml
vendored
5
.github/workflows/docker-ci.yml
vendored
|
@ -11,9 +11,8 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
file: [Dockerfile, Dockerfile.Service]
|
file: [Dockerfile, Dockerfile.Service]
|
||||||
os: [macos-latest, ubuntu-latest, windows-latest]
|
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
@ -24,7 +23,7 @@ jobs:
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v1
|
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
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
|
|
Loading…
Reference in a new issue