ci: updated workflow

This commit is contained in:
Marvin Zhang
2024-10-23 09:38:08 +08:00
parent 5dd06adfbb
commit 89b9ed7cef
2 changed files with 1 additions and 2 deletions

View File

@@ -176,7 +176,7 @@ jobs:
context: .
file: ./Dockerfile
tags: crawlab:${{ github.sha }}
outputs: type=docker,dest=/tmp/crawlab-image.tar
outputs: type=local,dest=/tmp/crawlab-image-${{ github.sha }}.tar
- name: Upload Docker image artifact
uses: actions/upload-artifact@v4