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