Skip to content

Commit

Permalink
chore(ci): github actions (4)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongaar committed Sep 1, 2019
1 parent fd24081 commit 1449222
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push]
jobs:
build:
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
Expand All @@ -24,7 +24,7 @@ jobs:
manifest:
needs: build
runs-on: ubuntu-18.04

steps:
- name: Build the Docker manifest
run: bash manifest.sh
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.windows
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# escape=`
ARG build=1903
ARG build=ltsc2019
ARG source=mcr.microsoft.com/windows/servercore:$build
# ARG target=mcr.microsoft.com/windows/nanoserver:$build
ARG target=$source
Expand Down

0 comments on commit 1449222

Please sign in to comment.