docker-minecraft-server/.github/workflows/merge-variants.yml

17 lines
425 B
YAML
Raw Normal View History

2021-06-24 02:57:32 +00:00
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