mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-22 13:11:41 +00:00
build on docker hub
This commit is contained in:
parent
7cd00a6760
commit
c3d7f5b28b
16
.github/workflows/dockerhub.yml
vendored
Normal file
16
.github/workflows/dockerhub.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
|
||||||
|
name: Build DockerHub
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ master, dev ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: trigger
|
||||||
|
run: curl -X POST https://hub.docker.com/api/build/v1/source/1813a660-2ee5-4583-a238-dd54e9a6ebac/trigger/c8cd9f1f-f269-45bc-9750-a08327257f62/call/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user