1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-04-17 13:12:15 +02:00

Enable Docker builds via Github (#175)

This commit is contained in:
Kovah 2021-03-22 22:39:36 +01:00
parent 54471db324
commit af043ba317
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B
2 changed files with 12 additions and 14 deletions

View File

@ -1,13 +1,12 @@
---
name: Build simple LinkAce Docker image
#on:
# push:
# branches:
# - master
# tags:
# - "*"
on: workflow_dispatch
on:
push:
branches:
- master
tags:
- "*"
jobs:
publish_to_docker_hub:

View File

@ -1,13 +1,12 @@
---
name: Build regular LinkAce Docker image
#on:
# push:
# branches:
# - master
# tags:
# - "*"
on: workflow_dispatch
on:
push:
branches:
- master
tags:
- "*"
jobs:
publish_to_docker_hub: