ci: removed merge-variants workflow since GHA won't trigger branch builds

This commit is contained in:
Geoff Bourne 2021-07-08 08:01:43 -05:00
parent d804323cab
commit 80a8ce8a46

View File

@ -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