Update docker-publish.yml

This commit is contained in:
Amos 2025-09-06 18:13:24 +01:00 committed by GitHub
parent 3619707df7
commit fb98e9453d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,6 +3,11 @@ name: Build and Push Docker Image
on:
push:
branches: [ "main" ]
paths-ignore:
- 'README.md'
- 'LICENSE'
- '.dockerignore'
- 'EXAMPLE-docker-compose.yml'
release:
types: [published]
workflow_dispatch: