mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-28 20:47:49 +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:
|
||||
# - cron: '26 3 * * *'
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
# Publish semver tags as releases.
|
||||
tags: [ 'v*.*.*' ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
workflow_run:
|
||||
workflows: ["server"]
|
||||
branches: ["main"]
|
||||
types:
|
||||
- completed
|
||||
env:
|
||||
# Use docker.io for Docker Hub if empty
|
||||
REGISTRY: ghcr.io
|
||||
|
||||
Reference in New Issue
Block a user