mirror of
https://github.com/airlabspl/uptimemonitor.git
synced 2025-08-21 23:46:31 +02:00
Compare commits
4 Commits
v0.1.0-alp
...
v0.1.4-alp
Author | SHA1 | Date | |
---|---|---|---|
![]() |
34336b2de6 | ||
![]() |
95f197ff60 | ||
![]() |
8ad520c1fe | ||
![]() |
b2d535d885 |
7
.github/workflows/docker.yml
vendored
7
.github/workflows/docker.yml
vendored
@@ -1,6 +1,8 @@
|
||||
name: Docker
|
||||
|
||||
on: push
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
push_to_registry:
|
||||
@@ -14,6 +16,9 @@ jobs:
|
||||
steps:
|
||||
- name: Check out the repo
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
fetch-tags: true
|
||||
|
||||
- name: Log in to Docker Hub
|
||||
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
|
||||
|
Reference in New Issue
Block a user