Skip to content

Commit 5b98700

Browse files
committed
Test mistake in tag for docker image
1 parent e587287 commit 5b98700

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.taskcluster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ tasks:
5757
owner: ${owner}
5858
source: ${event.repository.clone_url}
5959
payload:
60-
image: ghcr.io/web-platform-tests/wpt:3
60+
image: ghcr.io/web-platform-tests/wpt:ghcr.io-web-platform-tests-wpt-3
6161
maxRunTime: 7200
6262
artifacts:
6363
public/results:

tools/ci/tc/tasks/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ components:
44
workerType: ci
55
schedulerId: taskcluster-github
66
deadline: "24 hours"
7-
image: ghcr.io/web-platform-tests/wpt:3
7+
image: ghcr.io/web-platform-tests/wpt:ghcr.io-web-platform-tests-wpt-3
88
maxRunTime: 7200
99
artifacts:
1010
public/results:

0 commit comments

Comments
 (0)