diff --git a/.gitea/workflows/gitea-ci.yml b/.gitea/workflows/gitea-ci.yml index 3facb5d..3010b55 100644 --- a/.gitea/workflows/gitea-ci.yml +++ b/.gitea/workflows/gitea-ci.yml @@ -9,6 +9,15 @@ jobs: id-token: write runs-on: ubuntu-latest steps: + - + 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 @@ -28,4 +37,5 @@ jobs: 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