diff --git a/.gitea/workflows/gitea-ci.yml b/.gitea/workflows/gitea-ci.yml index ce23881..2ec3273 100644 --- a/.gitea/workflows/gitea-ci.yml +++ b/.gitea/workflows/gitea-ci.yml @@ -10,6 +10,12 @@ 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 @@ -27,6 +33,6 @@ jobs: name: Build and push uses: docker/build-push-action@v6 with: - context: . push: true - tags: Ade9/llm-proxy-metrics:latest \ No newline at end of file + tags: ${{ steps.meta.outputs.tags }} + labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file