File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 44
44
docker network create --driver nat docker_default
45
45
if ($LASTEXITCODE -ne 0) { exit 1 }
46
46
}
47
-
48
- - name : Checkout
49
- uses : actions/checkout@v4
50
- with :
51
- submodules : ' recursive'
52
47
53
48
- name : Set prefix
54
49
id : set-prefix
@@ -57,10 +52,15 @@ jobs:
57
52
$prefix = "run-windows-${{ matrix.tag }}-${{ matrix.vendor }}-${{ matrix.config }}"
58
53
$repo = $env:GITHUB_REPOSITORY
59
54
$tag = "nsc-godbolt-build-${{ matrix.vendor }}-${{ matrix.config }}-${{ matrix.tag }}"
60
- $nscTargetTaggedImage = "ghcr.io/$repo:$ tag".ToLower()
55
+ $nscTargetTaggedImage = "ghcr.io/${ repo}:${ tag} ".ToLower()
61
56
62
57
"prefix=$prefix" >> $env:GITHUB_OUTPUT
63
58
"nscTargetTaggedImage=$nscTargetTaggedImage" >> $env:GITHUB_OUTPUT
59
+
60
+ - name : Checkout
61
+ uses : actions/checkout@v4
62
+ with :
63
+ submodules : ' recursive'
64
64
65
65
- name : Pull Image
66
66
run : |
You can’t perform that action at this time.
0 commit comments