build: switch to ghcr.io for docker container

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2023-03-19 17:29:12 +01:00
committed by Ayke
parent 3c01b7e222
commit ae04d5b0bb
+1 -1
View File
@@ -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.