mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-02-20 16:26:23 +00:00
Auto-merging via docker-versions-create
This commit is contained in:
1
.github/workflows/build-multiarch.yml
vendored
1
.github/workflows/build-multiarch.yml
vendored
@@ -23,6 +23,7 @@ on:
|
||||
|
||||
jobs:
|
||||
docker-buildx:
|
||||
if: github.repository == 'itzg/docker-minecraft-server'
|
||||
runs-on: ubuntu-20.04
|
||||
env:
|
||||
CACHE_NAME: multiarch-latest
|
||||
|
||||
1
.github/workflows/generate-toc.yml
vendored
1
.github/workflows/generate-toc.yml
vendored
@@ -7,6 +7,7 @@ on:
|
||||
- README.md
|
||||
jobs:
|
||||
generate:
|
||||
if: github.repository == 'itzg/docker-minecraft-server'
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 5
|
||||
steps:
|
||||
|
||||
20
.github/workflows/merge-variants.yml
vendored
Normal file
20
.github/workflows/merge-variants.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
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
|
||||
Reference in New Issue
Block a user