2022-08-04 08:53:08 -07:00
|
|
|
# first build the image
|
2022-08-26 09:35:22 -07:00
|
|
|
|
2024-03-20 12:40:02 -07:00
|
|
|
<!-- cspell:disable-next-line -->
|
2022-08-04 08:53:08 -07:00
|
|
|
DOCKER_BUILDKIT=1 docker build -f Dockerfile.base -t near .
|
2022-08-26 09:35:22 -07:00
|
|
|
|
2022-08-04 08:53:08 -07:00
|
|
|
# tag the image with the appropriate version
|
2022-08-26 09:35:22 -07:00
|
|
|
|
2022-10-27 06:16:20 -07:00
|
|
|
docker tag near:latest ghcr.io/wormhole-foundation/near:0.2
|
2022-08-26 09:35:22 -07:00
|
|
|
|
2022-08-04 08:53:08 -07:00
|
|
|
# push to ghcr
|
2022-08-26 09:35:22 -07:00
|
|
|
|
2022-10-27 06:16:20 -07:00
|
|
|
docker push ghcr.io/wormhole-foundation/near:0.2
|