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: # 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