mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-18 19:44:00 +00:00
docker: correct path for GHCR dev container build
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
@@ -31,7 +31,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
tinygo/tinygo-dev
|
tinygo/tinygo-dev
|
||||||
ghcr.io/${{ github.repository }}/tinygo-dev
|
ghcr.io/${{ github.repository_owner }}/tinygo-dev
|
||||||
tags: |
|
tags: |
|
||||||
type=sha,format=long
|
type=sha,format=long
|
||||||
type=raw,value=latest
|
type=raw,value=latest
|
||||||
|
|||||||
Reference in New Issue
Block a user