1
0
Fork 0

Merging upstream version 0.8.2.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-05 13:47:36 +01:00
parent 624f3af957
commit 7ef749b191
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
9 changed files with 334 additions and 99 deletions

View file

@ -65,7 +65,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images:
images: |
${{ secrets.DOCKER_IMAGE }}
ghcr.io/${{ secrets.DOCKER_IMAGE }}
tags: |
@ -106,7 +106,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images:
images: |
${{ secrets.DOCKER_IMAGE }}
ghcr.io/${{ secrets.DOCKER_IMAGE }}
tags: |
@ -134,3 +134,4 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}