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 4444 docker network create --driver nat docker_default
4545 if ($LASTEXITCODE -ne 0) { exit 1 }
4646 }
47-
48- - name : Checkout
49- uses : actions/checkout@v4
50- with :
51- submodules : ' recursive'
5247
5348 - name : Set prefix
5449 id : set-prefix
@@ -57,10 +52,15 @@ jobs:
5752 $prefix = "run-windows-${{ matrix.tag }}-${{ matrix.vendor }}-${{ matrix.config }}"
5853 $repo = $env:GITHUB_REPOSITORY
5954 $tag = "nsc-godbolt-build-${{ matrix.vendor }}-${{ matrix.config }}-${{ matrix.tag }}"
60- $nscTargetTaggedImage = "ghcr.io/$repo:$ tag".ToLower()
55+ $nscTargetTaggedImage = "ghcr.io/${ repo}:${ tag} ".ToLower()
6156
6257 "prefix=$prefix" >> $env:GITHUB_OUTPUT
6358 "nscTargetTaggedImage=$nscTargetTaggedImage" >> $env:GITHUB_OUTPUT
59+
60+ - name : Checkout
61+ uses : actions/checkout@v4
62+ with :
63+ submodules : ' recursive'
6464
6565 - name : Pull Image
6666 run : |
You can’t perform that action at this time.
0 commit comments