This commit is contained in:
tooomm 2026-06-29 12:31:53 +02:00
parent 2f163fbe8d
commit b1d4638bce

View file

@ -1,4 +1,4 @@
name: Build Docker Image
name: Build Docker
permissions:
contents: read
@ -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