improve docker build

This commit is contained in:
Christian Kellner
2025-05-26 12:07:22 +02:00
parent 918c6ade36
commit 78a122b3ea
2 changed files with 39 additions and 15 deletions

View File

@@ -18,6 +18,10 @@ jobs:
contents: read
packages: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- name: Checkout repository
uses: actions/checkout@v3
@@ -51,3 +55,5 @@ jobs:
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max