Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 5ceae46

Browse files
committed
Use docker:// in image property in action.yml
1 parent 0fc6e24 commit 5ceae46

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ description: 'Check that the queries that have been pushed (as part of the lesso
147147
author: 'GitHub <[email protected]>'
148148
runs:
149149
using: 'docker'
150-
image: 'docker.pkg.github.com/<owner>/<repo>/<package>'
150+
image: 'docker://docker.pkg.github.com/<owner>/<repo>/<package>'
151151
branding:
152152
icon: 'check-circle'
153153
color: 'purple'

courses/cpp/ctf-segv/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: 'Check that the queries that have been pushed (as part of the lesso
33
author: 'GitHub <[email protected]>'
44
runs:
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'
77
branding:
88
icon: 'check-circle'
99
color: 'purple'

courses/template/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: 'Check that the queries that have been pushed produce the correct r
33
author: 'GitHub <[email protected]>'
44
runs:
55
using: 'docker'
6-
image: 'docker.pkg.github.com/<owner>/<repo>/<pkg>'
6+
image: 'docker://docker.pkg.github.com/<owner>/<repo>/<pkg>'
77
branding:
88
icon: 'check-circle'
99
color: 'purple'

0 commit comments

Comments
 (0)