diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ed47e0a..5ae4b7b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,7 +11,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - fetch-depth: 0 + fetch-depth: 0 - name: Fetch all tags run: git fetch --force --tags - name: Set up Go diff --git a/Dockerfile b/Dockerfile index 5e22a5e..328ae65 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o /usr/local/bin/score-k8s . FROM scratch # Set the current working directory inside the container. -WORKDIR /score-compose +WORKDIR /score-k8s # Copy the binary from the builder image. COPY --from=builder /usr/local/bin/score-k8s /usr/local/bin/score-k8s