feat(build): add oci labels

This commit is contained in:
Saschl 2025-05-04 21:34:03 +02:00
parent 8957c1c8d8
commit 20ce80c3ba

View file

@ -36,6 +36,12 @@ jobs:
- name: Install dependencies
run: npm install
- name: Docker meta
id: meta
uses: docker/metadata-action@v5
with:
images: freikin/dawarich
- name: Login to Docker Hub
uses: docker/login-action@v3.1.0
with:
@ -67,6 +73,7 @@ jobs:
file: ./docker/Dockerfile.dev
push: true
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache