Skip to content

Commit 45866df

Browse files
committed
minor updates
1 parent f6a7728 commit 45866df

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@ on:
55

66
env:
77
TAG: nano-2022
8+
entry: pwsh.exe
9+
cmd: -NoLogo -NoProfile -ExecutionPolicy Bypass
810

911
jobs:
1012
build-and-push:
1113
runs-on: windows-2022
1214

13-
env:
14-
entry: pwsh.exe
15-
cmd: -NoLogo -NoProfile -ExecutionPolicy Bypass
16-
1715
outputs:
1816
image_tagged: ${{ steps.vars.outputs.image_tagged }}
1917

@@ -40,7 +38,6 @@ jobs:
4038
run: |
4139
docker build `
4240
--isolation process `
43-
--build-arg "TAG=$env:TAG" `
4441
-t "${{ steps.vars.outputs.image_tagged }}" .
4542
4643
- name: Push Image

0 commit comments

Comments
 (0)