diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 4ab05e5..7ef6d17 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -7,6 +7,7 @@ name: Docker Image Build on: push: branches: [ main ] + workflow_dispatch: permissions: contents: read diff --git a/windows-arc-runner/Dockerfile b/windows-arc-runner/Dockerfile index 90a0fac..f0c66db 100644 --- a/windows-arc-runner/Dockerfile +++ b/windows-arc-runner/Dockerfile @@ -1,9 +1,9 @@ +# escape=` + # Copyright (c) 2023 Ken Muse # Copyright (c) Advanced Micro Devices, Inc. All rights reserved. # SPDX-License-Identifier: MIT -# escape=` - FROM mcr.microsoft.com/windows/servercore:ltsc2022 ARG RUNNER_OS=win ARG RUNNER_ARCH=x64