diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f6c3e8f..dc5caaa 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -25,6 +25,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Login to image repository uses: docker/login-action@v2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4eb92b8..e91ed11 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,6 +22,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Set Up QEMU uses: docker/setup-qemu-action@v3 diff --git a/Dockerfile b/Dockerfile index a8a36f5..38aec29 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,8 +18,6 @@ COPY go.mod . COPY go.sum . RUN go mod download -RUN apt-get update && apt-get -y install git - COPY . . COPY --from=flutter /app/build/web ./ui/build/web/