docker-dotclear/.github/workflows/docker-image.yml
Jean-Christian Paul Denis 4843952a21
Update docker-image.yml
2024-11-03 01:18:59 +01:00

20 lines
353 B
YAML

name: Docker Image CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: Build the Docker image
with:
context: ./alpine/nginx/latest
run: docker build . --file Dockerfile --tag docker-dotclear:latest