diff --git a/.gitea/workflows/gitea-ci.yml b/.gitea/workflows/gitea-ci.yml index 3010b55..33be635 100644 --- a/.gitea/workflows/gitea-ci.yml +++ b/.gitea/workflows/gitea-ci.yml @@ -12,12 +12,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - - name: Docker meta - id: meta - uses: docker/metadata-action@v5 - with: - images: ade9/llm-proxy-metrics - name: Login to Gitea uses: docker/login-action@v3 @@ -37,5 +31,4 @@ jobs: with: context: . push: true - tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + tags: ade9/llm-proxy-metrics \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 0b94037..159c297 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.24 as builder +FROM golang:1.24 AS builder ARG CGO_ENABLED=0 WORKDIR /app