ci: switched image push to use Gitub Actions

This commit is contained in:
Geoff Bourne 2020-06-20 15:35:37 -05:00
parent 8f82ff9b1d
commit 477caa12c3

View File

@ -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