docker-dotclear/.github/workflows/docker-image.yml

21 lines
353 B
YAML
Raw Normal View History

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