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:
parent
54471db324
commit
af043ba317
13
.github/workflows/build-docker-simple.yml
vendored
13
.github/workflows/build-docker-simple.yml
vendored
@ -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:
|
||||
|
13
.github/workflows/build-docker.yml
vendored
13
.github/workflows/build-docker.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user