Update docker-release.yml

This commit is contained in:
tooomm 2026-04-29 22:07:50 +02:00 committed by GitHub
parent 314a577807
commit 911448241f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,11 +1,9 @@
name: Build Docker Image
on:
push:
tags:
- '*Release*'
branches:
- master
release:
types:
- released
pull_request:
branches:
- master
@ -13,6 +11,10 @@ on:
- '.github/workflows/docker-release.yml'
- 'Dockerfile'
permissions:
contents: read
packages: write
# Cancel earlier, unfinished runs of this workflow on the same branch (unless on release)
concurrency:
group: "${{ github.workflow }} @ ${{ github.ref_name }}"
@ -22,9 +24,6 @@ jobs:
docker:
name: amd64 & arm64
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout