4 Commits

Author SHA1 Message Date
db10c23c56 Merge pull request #66 from hl-archive-node/feat/nb-release
fix: Fix tag format
2025-09-13 16:48:00 -04:00
fc395123f3 fix: Fix tag format 2025-09-13 16:47:05 -04:00
84ea1af682 Merge pull request #64 from sentioxyz/node-builder
fix docker build args
2025-09-13 16:43:35 -04:00
bd3e0626ed fix docker build args 2025-09-13 15:28:36 +08:00
2 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,7 @@ on:
push:
tags:
- v*
- nb-????????
- nb-*
env:
IMAGE_NAME: ${{ github.repository_owner }}/nanoreth

View File

@ -255,7 +255,6 @@ define docker_build_push
--tag $(DOCKER_IMAGE_NAME):$(2) \
--build-arg BUILD_PROFILE="$(PROFILE)" \
--build-arg FEATURES="jemalloc,asm-keccak" \
--build-arg RUSTFLAGS="-C target-cpu=native" \
--provenance=false \
--push
endef