Skip to content

Commit 477caa1

Browse files
committed
ci: switched image push to use Gitub Actions
1 parent 8f82ff9 commit 477caa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is a basic workflow to help you get started with Actions
22

3-
name: Build non-multiarch branches/tags
3+
name: Build and publish non-multiarch branches/tags
44

55
on:
66
push:
@@ -36,4 +36,4 @@ jobs:
3636
tag_with_sha: true
3737
cache_froms: itzg/minecraft-server:latest
3838
add_git_labels: true
39-
push: false
39+
push: true

0 commit comments

Comments
 (0)