mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-29 04:57:48 +01:00
Update docker-publish.yml
Some checks failed
Server / build (push) Failing after 16m18s
Some checks failed
Server / build (push) Failing after 16m18s
This commit is contained in:
9
.github/workflows/docker-publish.yml
vendored
9
.github/workflows/docker-publish.yml
vendored
@@ -9,12 +9,13 @@ on:
|
|||||||
# schedule:
|
# schedule:
|
||||||
# - cron: '26 3 * * *'
|
# - cron: '26 3 * * *'
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
|
||||||
# Publish semver tags as releases.
|
# Publish semver tags as releases.
|
||||||
tags: [ 'v*.*.*' ]
|
tags: [ 'v*.*.*' ]
|
||||||
pull_request:
|
workflow_run:
|
||||||
branches: [ "main" ]
|
workflows: ["server"]
|
||||||
|
branches: ["main"]
|
||||||
|
types:
|
||||||
|
- completed
|
||||||
env:
|
env:
|
||||||
# Use docker.io for Docker Hub if empty
|
# Use docker.io for Docker Hub if empty
|
||||||
REGISTRY: ghcr.io
|
REGISTRY: ghcr.io
|
||||||
|
|||||||
Reference in New Issue
Block a user