mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-11-10 14:24:28 +00:00
ci: added merge-variants workflow
This commit is contained in:
parent
e300810a16
commit
bc8af2784f
1 changed files with 16 additions and 0 deletions
16
.github/workflows/merge-variants.yml
vendored
Normal file
16
.github/workflows/merge-variants.yml
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
name: Merge image variants
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
merge:
|
||||
if: github.repository == 'itzg/docker-minecraft-server'
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 5
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.4
|
||||
- run: |
|
||||
git config --add user.name "${GITHUB_ACTOR:-Github Actions}"
|
||||
git config --add user.email "actions@github.com"
|
||||
./docker-versions.create.sh
|
Loading…
Reference in a new issue