mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 00:01:10 +08:00
24w15a
This commit is contained in:
parent
a0de2f627d
commit
a21d5659ac
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build-dev.yml
vendored
3
.github/workflows/build-dev.yml
vendored
|
|
@ -108,10 +108,11 @@ jobs:
|
|||
mv dist_linux/slim /usr/local/bin/
|
||||
mv dist_linux/slim-sensor /usr/local/bin/
|
||||
rm -rf ds.tar.gz dist_linux
|
||||
slim version
|
||||
|
||||
- name: Optimize Docker image using Slim
|
||||
run: |
|
||||
slimlim build --include-path /data --http-probe --continue-after 20 --tag ${{ env.PROG_NAME }}:${{ env.VERSION }} ${{ env.PROG_NAME }}:dev
|
||||
slim build --include-path /data --http-probe --continue-after 20 --tag ${{ env.PROG_NAME }}:${{ env.VERSION }} ${{ env.PROG_NAME }}:dev
|
||||
|
||||
- name: Push Docker image
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue