From ae04d5b0bb28cf25a3e16f5157608db735cf6916 Mon Sep 17 00:00:00 2001 From: deadprogram Date: Sun, 19 Mar 2023 17:29:12 +0100 Subject: [PATCH] build: switch to ghcr.io for docker container Signed-off-by: deadprogram --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b1e7e0e..dd2f3e3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ on: jobs: build: runs-on: ubuntu-latest - container: tinygo/tinygo-dev + container: ghcr.io/tinygo-org/tinygo-dev steps: - name: Work around CVE-2022-24765 # We're not on a multi-user machine, so this is safe.