Update docker-publish.yml
Some checks failed
Server / build (push) Failing after 16m18s

This commit is contained in:
2024-07-07 15:26:39 +02:00
committed by GitHub
parent 86ff6daa38
commit 68d46fc60c

View File

@@ -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