another try
This commit is contained in:
@@ -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 }}
|
||||
Reference in New Issue
Block a user