This commit is contained in:
WJQSERVER 2024-10-11 10:51:15 +08:00
parent 4173617e72
commit 80d2bc0068

View file

@ -108,7 +108,7 @@ jobs:
- name: Optimize Docker image using Slim - name: Optimize Docker image using Slim
run: | run: |
slim 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.IMAGE_NAME }}:${{ env.VERSION }} ${{ env.IMAGE_NAME }}:dev
- name: Push Docker image - name: Push Docker image
run: | run: |