Skip to content

Commit

Permalink
ci: switched image push to use Gitub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
itzg committed Jun 20, 2020
1 parent 8f82ff9 commit 477caa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -36,4 +36,4 @@ jobs:
tag_with_sha: true
cache_froms: itzg/minecraft-server:latest
add_git_labels: true
push: false
push: true

0 comments on commit 477caa1

Please sign in to comment.