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 +