From 8213071ae6408cd696ef2f3f384ad22ec6ab230f Mon Sep 17 00:00:00 2001 From: Ade9 Date: Sun, 20 Apr 2025 16:45:14 +0300 Subject: [PATCH] workflow test --- .gitea/workflows/gitea-ci.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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