Skip to content

Commit

Permalink
fix: return back cel-key && revert docker workflow state
Browse files Browse the repository at this point in the history
  • Loading branch information
Bidon15 committed Oct 19, 2023
1 parent 612d055 commit 6c08775
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/docker-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ on:
push:
branches:
- "main"
- "*test*"
- "*hotfix*"
- "*alpha*"
- "*beta*"
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-alpha.[0-9]+"
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ COPY . .

RUN uname -a &&\
CGO_ENABLED=${CGO_ENABLED} GOOS=${TARGETOS} GOARCH=${TARGETARCH} \
go build -o build/ ${LDFLAGS} ./cmd/celestia
make build && make cel-key

FROM docker.io/alpine:3.18.4

Expand Down Expand Up @@ -53,7 +53,7 @@ RUN uname -a &&\

# Copy in the binary
COPY --from=builder /src/build/celestia /bin/celestia
#COPY --from=builder /src/./cel-key /bin/cel-key
COPY --from=builder /src/./cel-key /bin/cel-key

COPY --chown=${USER_NAME}:${USER_NAME} docker/entrypoint.sh /opt/entrypoint.sh

Expand Down

0 comments on commit 6c08775

Please sign in to comment.