added gm2-fedora38 Dockerfile
This commit is contained in:
@ -17,3 +17,10 @@ go-centos7-big:
|
||||
publish-go-centos7-big:
|
||||
docker tag go:centos7-big docker.io/hyunghwan/go:centos7-big
|
||||
docker push docker.io/hyunghwan/go:centos7-big
|
||||
|
||||
gm2-fedora38:
|
||||
docker build -t gm2:fedora38 -f Dockerfile.$@ .
|
||||
|
||||
publish-gm2-fedora38:
|
||||
docker tag gm2:fedora38 docker.io/hyunghwan/gm2:fedora38
|
||||
docker push docker.io/hyunghwan/gm2:fedora38
|
||||
|
Reference in New Issue
Block a user