From 0b3ab25e39e14dddd7f5e7eebde163b1af7b02b4 Mon Sep 17 00:00:00 2001 From: Ade9 Date: Sun, 20 Apr 2025 17:00:57 +0300 Subject: [PATCH] another try --- .gitea/workflows/gitea-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/gitea-ci.yml b/.gitea/workflows/gitea-ci.yml index c4655b3..3609235 100644 --- a/.gitea/workflows/gitea-ci.yml +++ b/.gitea/workflows/gitea-ci.yml @@ -7,9 +7,6 @@ jobs: docker: runs-on: ubuntu-latest steps: - - - name: Checkout - uses: actions/checkout@v4 - name: Docker meta id: meta @@ -21,6 +18,8 @@ jobs: registry: lab.5b5.eu username: ${{ vars.PACKAGE_USERNAME }} password: ${{ secrets.PACKAGE_TOKEN }} + images: | + ade9/llm-proxy-metrics - name: Set up QEMU uses: docker/setup-qemu-action@v3 @@ -31,6 +30,7 @@ jobs: name: Build and push uses: docker/build-push-action@v6 with: + context: git push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file