Spaces:
Runtime error
Runtime error
Merge branch 'main' into building
Browse files
.github/workflows/docker-publish.yml
CHANGED
@@ -1,15 +1,8 @@
|
|
1 |
-
name: Docker
|
2 |
-
|
3 |
-
# This workflow uses actions that are not certified by GitHub.
|
4 |
-
# They are provided by a third-party and are governed by
|
5 |
-
# separate terms of service, privacy policy, and support
|
6 |
-
# documentation.
|
7 |
|
8 |
on:
|
9 |
-
schedule:
|
10 |
-
- cron: '22 7 * * *'
|
11 |
release:
|
12 |
-
types: created
|
13 |
|
14 |
env:
|
15 |
# Use docker.io for Docker Hub if empty
|
|
|
1 |
+
name: Docker Build & Publish
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
on:
|
|
|
|
|
4 |
release:
|
5 |
+
types: [created]
|
6 |
|
7 |
env:
|
8 |
# Use docker.io for Docker Hub if empty
|