mirror of
https://github.com/itzg/docker-minecraft-server
synced 2025-01-05 16:58:42 +00:00
Auto-merging via docker-versions-create
This commit is contained in:
commit
b75f83cbf1
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build-multiarch.yml
vendored
3
.github/workflows/build-multiarch.yml
vendored
|
@ -38,9 +38,8 @@ jobs:
|
||||||
tags: |
|
tags: |
|
||||||
type=ref,event=branch
|
type=ref,event=branch
|
||||||
type=ref,event=tag
|
type=ref,event=tag
|
||||||
type=edge,branch=master
|
|
||||||
flavor: |
|
flavor: |
|
||||||
latest=true
|
latest=${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
|
||||||
|
|
||||||
- name: Setup Docker Buildx
|
- name: Setup Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v1
|
uses: docker/setup-buildx-action@v1
|
||||||
|
|
Loading…
Reference in a new issue