This commit is contained in:
tooomm 2026-07-07 10:16:43 +00:00 committed by GitHub
commit d99ca017e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 174 additions and 182 deletions

View file

@ -1,19 +1,19 @@
name: Build Docker Image
name: Build Docker
permissions:
contents: read
packages: write
on:
push:
branches:
- master
pull_request:
branches:
- master
paths:
- '.github/workflows/docker-release.yml'
- 'Dockerfile'
push:
branches:
- master
release:
types:
- released # publishing of stable releases
@ -26,9 +26,9 @@ concurrency:
jobs:
docker:
name: amd64 & arm64
if: ${{ github.repository_owner == 'Cockatrice' }}
if: github.repository_owner == 'Cockatrice'
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v7