From bc8af2784fe49fc5afdacdd5576251aea7dda1fa Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Wed, 23 Jun 2021 21:57:32 -0500 Subject: [PATCH] ci: added merge-variants workflow --- .github/workflows/merge-variants.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/merge-variants.yml diff --git a/.github/workflows/merge-variants.yml b/.github/workflows/merge-variants.yml new file mode 100644 index 00000000..9b56c7ba --- /dev/null +++ b/.github/workflows/merge-variants.yml @@ -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