From 477caa12c3509b3c398d3baea83c5e1b35f12e85 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sat, 20 Jun 2020 15:35:37 -0500 Subject: [PATCH] ci: switched image push to use Gitub Actions --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6b8fdd84..760d3bb4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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