Skip to content

Commit

Permalink
cleanup from old PR
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga committed Dec 26, 2023
1 parent 48d6810 commit 0ea1acc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,13 @@ jobs:
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
- run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
- name: Build and push centrifugeio/centrifuge-chain
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 #v5
with:
context: .
file: ./docker/centrifuge-chain/Dockerfile
build-args: |
FEATURES=${{ matrix.target == 'test' && 'fast-runtime' || '' }}
BUILD_DATE=${{ env.NOW }}
VERSION=${{env.VERSION}}
# Always push, either to ghcr or Dockerhub
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down
1 change: 0 additions & 1 deletion docker/centrifuge-chain/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ WORKDIR /centrifuge
# checks
RUN ldd /usr/local/bin/centrifuge-chain && \
/usr/local/bin/centrifuge-chain --version
RUN set -e && command -v check-node-ready && command -v entrypoint.sh

EXPOSE 30333 9933 9944
VOLUME ["/data"]
Expand Down

0 comments on commit 0ea1acc

Please sign in to comment.