Actualiser .gitea/workflows/docker-build.yml
All checks were successful
Docker Build / Build Docker image (push) Successful in 3m9s

This commit is contained in:
2023-10-27 10:57:18 +02:00
parent 028d87d826
commit ef6c5bee49

View File

@ -3,8 +3,12 @@ name: Docker Build
on: on:
push: push:
branches: branches:
- main - master
paths:
- 'Dockerfile'
- 'entrypoint.sh'
- '.gitea/workflows/docker-build.yml'
- 'README.md'
jobs: jobs:
build: build:
name: Build Docker image name: Build Docker image