We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6a7728 commit 45866dfCopy full SHA for 45866df
.github/workflows/main.yml
@@ -5,15 +5,13 @@ on:
5
6
env:
7
TAG: nano-2022
8
+ entry: pwsh.exe
9
+ cmd: -NoLogo -NoProfile -ExecutionPolicy Bypass
10
11
jobs:
12
build-and-push:
13
runs-on: windows-2022
14
- env:
- entry: pwsh.exe
15
- cmd: -NoLogo -NoProfile -ExecutionPolicy Bypass
16
-
17
outputs:
18
image_tagged: ${{ steps.vars.outputs.image_tagged }}
19
@@ -40,7 +38,6 @@ jobs:
40
38
run: |
41
39
docker build `
42
--isolation process `
43
- --build-arg "TAG=$env:TAG" `
44
-t "${{ steps.vars.outputs.image_tagged }}" .
45
46
- name: Push Image
0 commit comments