Compare commits
2 Commits
537a8fb29f
...
0ff15efcd7
| Author | SHA1 | Date | |
|---|---|---|---|
| 0ff15efcd7 | |||
| 7f1f6ccea8 |
@@ -8,34 +8,12 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Checkout
|
name: Build docker file and publish
|
||||||
uses: actions/checkout@v4
|
image: plugins/docker
|
||||||
-
|
settings:
|
||||||
name: Docker meta
|
|
||||||
id: meta
|
|
||||||
uses: docker/metadata-action@v5
|
|
||||||
with:
|
|
||||||
context: git
|
|
||||||
-
|
|
||||||
name: Login to Gitea
|
|
||||||
uses: docker/login-action@v3
|
|
||||||
with:
|
|
||||||
registry: lab.5b5.eu
|
registry: lab.5b5.eu
|
||||||
|
repo: ade9/llm-proxy-metrics
|
||||||
|
tags: latest
|
||||||
|
secret: id=mysecret,src=secret-file
|
||||||
username: ${{ vars.PACKAGE_USERNAME }}
|
username: ${{ vars.PACKAGE_USERNAME }}
|
||||||
password: ${{ secrets.PACKAGE_TOKEN }}
|
password: ${{ secrets.PACKAGE_TOKEN }}
|
||||||
images: |
|
|
||||||
ade9/llm-proxy-metrics
|
|
||||||
-
|
|
||||||
name: Set up QEMU
|
|
||||||
uses: docker/setup-qemu-action@v3
|
|
||||||
-
|
|
||||||
name: Set up Docker Buildx
|
|
||||||
uses: docker/setup-buildx-action@v3
|
|
||||||
-
|
|
||||||
name: Build and push
|
|
||||||
uses: docker/build-push-action@v6
|
|
||||||
with:
|
|
||||||
context: .
|
|
||||||
push: true
|
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
|
||||||
Reference in New Issue
Block a user