mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
ci: switched image push to use Gitub Actions
This commit is contained in:
parent
8f82ff9b1d
commit
477caa12c3
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -1,6 +1,6 @@
|
||||
# This is a basic workflow to help you get started with Actions
|
||||
|
||||
name: Build non-multiarch branches/tags
|
||||
name: Build and publish non-multiarch branches/tags
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -36,4 +36,4 @@ jobs:
|
||||
tag_with_sha: true
|
||||
cache_froms: itzg/minecraft-server:latest
|
||||
add_git_labels: true
|
||||
push: false
|
||||
push: true
|
||||
|
Loading…
Reference in New Issue
Block a user