fix: 暂时禁用 artifact 上传 - Gitea SSL 配置问题
This commit is contained in:
@@ -65,14 +65,17 @@ jobs:
|
|||||||
- name: Build Docker image
|
- name: Build Docker image
|
||||||
run: |
|
run: |
|
||||||
docker build -t next-terminal:${{ steps.version.outputs.VERSION }} .
|
docker build -t next-terminal:${{ steps.version.outputs.VERSION }} .
|
||||||
|
echo "Docker image built successfully: next-terminal:${{ steps.version.outputs.VERSION }}"
|
||||||
|
|
||||||
- name: Save Docker image
|
- name: Save Docker image
|
||||||
run: |
|
run: |
|
||||||
docker save next-terminal:${{ steps.version.outputs.VERSION}} | gzip > next-terminal-${{ steps.version.outputs.VERSION}}.tar.gz
|
docker save next-terminal:${{ steps.version.outputs.VERSION}} | gzip > next-terminal-${{ steps.version.outputs.VERSION}}.tar.gz
|
||||||
|
ls -lh next-terminal-*.tar.gz
|
||||||
|
|
||||||
- name: Upload artifact
|
# Artifact upload disabled due to Gitea SSL configuration issue
|
||||||
uses: actions/upload-artifact@v3
|
# - name: Upload artifact
|
||||||
with:
|
# uses: actions/upload-artifact@v3
|
||||||
name: next-terminal-docker-${{ steps.version.outputs.VERSION }}
|
# with:
|
||||||
path: next-terminal-${{ steps.version.outputs.VERSION}}.tar.gz
|
# name: next-terminal-docker-${{ steps.version.outputs.VERSION }}
|
||||||
retention-days: 7
|
# path: next-terminal-${{ steps.version.outputs.VERSION}}.tar.gz
|
||||||
|
# retention-days: 7
|
||||||
|
|||||||
Reference in New Issue
Block a user