Skip to content
This repository was archived by the owner on Aug 4, 2025. It is now read-only.

Commit 61f4109

Browse files
committed
chore: minor updates
1 parent 3f2e8bc commit 61f4109

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN curl -L "https://get.ignite.com/cli@${IGNITE_VERSION}!" | bash
88
WORKDIR /src
99
COPY . .
1010

11-
RUN ignite chain build && ignite chain init --home .arda-poc
11+
RUN /usr/local/bin/ignite chain build && /usr/local/bin/ignite chain init --home .arda-poc
1212

1313
# put ./build on the PATH so `which` can see the binary
1414
ENV PATH="/src/build:${PATH}"

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ docker-build-tx-sidecar:
192192
.PHONY: docker-build-tx-sidecar
193193

194194
# Push to ghcr.io
195+
# Can use the following to login: $ echo $CR_PAT | docker login ghcr.io -u USERNAME --password-stdin
195196
docker-push-main: docker-build-main
196197
@echo "--> Pushing $(MAIN_IMAGE_NAME):$(IMAGE_TAG) to ghcr.io"
197198
@docker tag $(MAIN_IMAGE_NAME) ghcr.io/$(GHCR_NAMESPACE)/$(MAIN_IMAGE_NAME):$(IMAGE_TAG)

0 commit comments

Comments
 (0)