mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-05 21:13:55 -07:00
Update docker-release.yml
This commit is contained in:
parent
314a577807
commit
911448241f
1 changed files with 7 additions and 8 deletions
15
.github/workflows/docker-release.yml
vendored
15
.github/workflows/docker-release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue