update workflow and dockerfile
This commit is contained in:
@@ -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
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.24 as builder
|
||||
FROM golang:1.24 AS builder
|
||||
ARG CGO_ENABLED=0
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user