Skip to content

Commit 6bc3d83

Browse files
committed
build: switch to ghcr.io for docker container
Signed-off-by: deadprogram <[email protected]>
1 parent 7175bc8 commit 6bc3d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
build:
1313
runs-on: ubuntu-latest
14-
container: tinygo/tinygo-dev
14+
container: ghcr.io/tinygo-org/tinygo-dev
1515
steps:
1616
- name: Work around CVE-2022-24765
1717
# We're not on a multi-user machine, so this is safe.

0 commit comments

Comments
 (0)