ci: updated workflow

This commit is contained in:
Marvin Zhang
2024-10-23 09:38:08 +08:00
parent 7677ab1b8e
commit 9d0559a76f
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