From 2f641a0d04d920780dea81bbd882e20f7632d3ab Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Wed, 23 Oct 2024 09:43:55 +0800 Subject: [PATCH] ci: updated workflow --- .github/workflows/docker-crawlab.yml | 2 +- backend/README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-crawlab.yml b/.github/workflows/docker-crawlab.yml index 5f4abb85..18f10479 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=local,dest=/tmp/crawlab-image-${{ github.sha }}.tar + outputs: type=tar,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 a1d4b01a..dafe39e1 100644 --- a/backend/README.md +++ b/backend/README.md @@ -1,3 +1,4 @@ # crawlab-backend Backend (Golang) for Crawlab +