From 89b9ed7cef13c5de4f972b5db93012061274cedc Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Wed, 23 Oct 2024 09:38:08 +0800 Subject: [PATCH] ci: updated workflow --- .github/workflows/docker-crawlab.yml | 2 +- backend/README.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/docker-crawlab.yml b/.github/workflows/docker-crawlab.yml index 341aba56..5f4abb85 100644 --- a/.github/workflows/docker-crawlab.yml +++ b/.github/workflows/docker-crawlab.yml @@ -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 diff --git a/backend/README.md b/backend/README.md index dafe39e1..a1d4b01a 100644 --- a/backend/README.md +++ b/backend/README.md @@ -1,4 +1,3 @@ # crawlab-backend Backend (Golang) for Crawlab -