mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-02-01 20:23:12 +00:00
Add image to CI, and update startCodex.sh
This commit is contained in:
parent
031427a94d
commit
60d7224bf7
12
.github/workflows/docker.yml
vendored
12
.github/workflows/docker.yml
vendored
@ -123,3 +123,15 @@ jobs:
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
# Slim it!
|
||||
- name: Minify docker image
|
||||
uses: kitabisa/docker-slim-action@v1
|
||||
env:
|
||||
DSLIM_HTTP_PROBE: false
|
||||
with:
|
||||
target: ${{ steps.meta.outputs.labels }}
|
||||
tag: ${{ steps.meta.outputs.tags }}
|
||||
# Push to the docker registry
|
||||
- name: Push image to docker registry
|
||||
run: docker image push "${{ steps.meta.outputs.labels }}:${{ steps.meta.outputs.tags }}"
|
||||
if: github.event_name != 'pull_request'
|
||||
|
||||
@ -61,4 +61,4 @@ slim # brings up interactive prompt
|
||||
>>> build --target status-im/codexsetup --http-probe-off true
|
||||
```
|
||||
3. This should output an image with name `status-im/codexsetup.slim`
|
||||
4. We can then bring up the image using `docker-compose up -d`.
|
||||
4. We can then bring up the image using `docker-compose up -d`.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user