Skip to content

Commit

Permalink
Merge 2677dc1 into eeb333a
Browse files Browse the repository at this point in the history
  • Loading branch information
dapplion committed Aug 6, 2022
2 parents eeb333a + 2677dc1 commit 6341213
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-dev.yml
Expand Up @@ -123,4 +123,5 @@ jobs:
run: docker buildx build --push --tag chainsafe/lodestar:next --platform linux/amd64,linux/arm64 --build-arg VERSION=${{ needs.npm.outputs.version }} .
- run: docker run chainsafe/lodestar:next --help
# Display history to know byte size of each layer
# Image is available only because of the previous `docker run` command
- run: docker image history chainsafe/lodestar:next
3 changes: 2 additions & 1 deletion .github/workflows/publish-rc.yml
Expand Up @@ -147,4 +147,5 @@ jobs:
run: docker buildx build --push --tag chainsafe/lodestar:rc --tag chainsafe/lodestar:${{ needs.tag.outputs.tag }} --platform linux/amd64,linux/arm64 --build-arg VERSION=${{ needs.tag.outputs.tag }} .
- run: docker run chainsafe/lodestar:${{ needs.tag.outputs.tag }} --help
# Display history to know byte size of each layer
- run: docker image history chainsafe/lodestar:rc
# Image is available only because of the previous `docker run` command
- run: docker image history chainsafe/lodestar:${{ needs.tag.outputs.tag }}
3 changes: 2 additions & 1 deletion .github/workflows/publish-stable.yml
Expand Up @@ -137,4 +137,5 @@ jobs:
run: docker buildx build --push --tag chainsafe/lodestar:latest --tag chainsafe/lodestar:${{ needs.tag.outputs.tag }} --platform linux/amd64,linux/arm64 --build-arg VERSION=${{ needs.tag.outputs.tag }} .
- run: docker run chainsafe/lodestar:${{ needs.tag.outputs.tag }} --help
# Display history to know byte size of each layer
- run: docker image history chainsafe/lodestar:latest
# Image is available only because of the previous `docker run` command
- run: docker image history chainsafe/lodestar:${{ needs.tag.outputs.tag }}

0 comments on commit 6341213

Please sign in to comment.