Skip to content

Commit

Permalink
Merge branch 'das' into data-cols-by-root
Browse files Browse the repository at this point in the history
# Conflicts:
#	consensus/types/src/chain_spec.rs
  • Loading branch information
jimmygchen committed Feb 6, 2024
2 parents 5becc19 + 79fa78f commit f14e9de
Show file tree
Hide file tree
Showing 141 changed files with 18,883 additions and 791 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,12 @@ jobs:
- name: Dockerhub login
run: |
echo "${DOCKER_PASSWORD}" | docker login --username ${DOCKER_USERNAME} --password-stdin
- name: Build lcli dockerfile (with push)
run: |
docker build \
--build-arg PORTABLE=true \
--tag ${LCLI_IMAGE_NAME}:${VERSION}${VERSION_SUFFIX} \
--file ./lcli/Dockerfile .
docker push ${LCLI_IMAGE_NAME}:${VERSION}${VERSION_SUFFIX}
- name: Build lcli and push
uses: docker/build-push-action@v5
with:
build-args: |
FEATURES=portable
context: .
push: true
file: ./lcli/Dockerfile
tags: ${{ env.LCLI_IMAGE_NAME }}:${{ env.VERSION }}${{ env.VERSION_SUFFIX }}
Loading

0 comments on commit f14e9de

Please sign in to comment.