Update docker-image.yml

This commit is contained in:
Chris 2025-08-24 17:04:15 +02:00 committed by GitHub
parent 14446bff2e
commit 482987f0e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,10 @@ on:
pull_request:
branches:
- "stable"
- "unstable"
- "unstable"
permissions:
contents: read
jobs:
build:
@ -67,4 +70,4 @@ jobs:
platforms: ${{ (github.ref_name == 'unstable' || (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && contains(github.ref, '-'))) && 'linux/amd64' || 'linux/amd64,linux/arm64' }}
push: ${{ github.event_name == 'push' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}