update workflow and dockerfile

This commit is contained in:
2025-04-20 16:35:26 +03:00
parent 2cb599ae74
commit 98c0d1a26e
2 changed files with 2 additions and 9 deletions

View File

@@ -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 }}
tags: ade9/llm-proxy-metrics

View File

@@ -1,4 +1,4 @@
FROM golang:1.24 as builder
FROM golang:1.24 AS builder
ARG CGO_ENABLED=0
WORKDIR /app