mirror of
https://github.com/itzg/docker-minecraft-server
synced 2025-01-07 01:38:44 +00:00
Auto-merging via docker-versions-create
This commit is contained in:
commit
31d082574d
1 changed files with 0 additions and 20 deletions
20
.github/workflows/merge-variants.yml
vendored
20
.github/workflows/merge-variants.yml
vendored
|
@ -1,20 +0,0 @@
|
||||||
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
|
|
||||||
with:
|
|
||||||
# fetch all history for merging operations
|
|
||||||
fetch-depth: 0
|
|
||||||
- name: Run docker-versions-create
|
|
||||||
run: |
|
|
||||||
git config --add user.name "${GITHUB_ACTOR:-Github Actions}"
|
|
||||||
git config --add user.email "actions@github.com"
|
|
||||||
./docker-versions-create.sh -b
|
|
Loading…
Reference in a new issue