This repository was archived by the owner on Sep 1, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ description: 'Check that the queries that have been pushed (as part of the lesso
147147author : ' GitHub <opensource+codeql-learninglab-actions@github.com>'
148148runs :
149149 using : ' docker'
150- image : ' docker.pkg.github.com/<owner>/<repo>/<package>'
150+ image : ' docker://docker .pkg.github.com/<owner>/<repo>/<package>'
151151branding :
152152 icon : ' check-circle'
153153 color : ' purple'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: 'Check that the queries that have been pushed (as part of the lesso
33author : ' GitHub <opensource+codeql-learninglab-actions@github.com>'
44runs :
55 using : ' docker'
6- image : ' docker.pkg.github.com/github/codeql-learninglab-actions/courses-cpp-ctf-segv'
6+ image : ' docker://docker .pkg.github.com/github/codeql-learninglab-actions/courses-cpp-ctf-segv'
77branding :
88 icon : ' check-circle'
99 color : ' purple'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: 'Check that the queries that have been pushed produce the correct r
33author : ' GitHub <opensource+codeql-learninglab-actions@github.com>'
44runs :
55 using : ' docker'
6- image : ' docker.pkg.github.com/<owner>/<repo>/<pkg>'
6+ image : ' docker://docker .pkg.github.com/<owner>/<repo>/<pkg>'
77branding :
88 icon : ' check-circle'
99 color : ' purple'
You can’t perform that action at this time.
0 commit comments