Skip to content

Add Makefile, ignore files in gh actions #40

Add Makefile, ignore files in gh actions

Add Makefile, ignore files in gh actions #40

name: rockylinux
on:
push:
branches: ["master"]
paths-ignore:
- "dev/**"
- "docker-compose.yml"
- "docker-compose-dc1.yml"
- "LICENSE"
- "Makefile"
- "README.md"
pull_request:
branches: ["master"]
paths-ignore:
- "dev/**"
- "docker-compose.yml"
- "docker-compose-dc1.yml"
- "LICENSE"
- "Makefile"
- "README.md"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file dockerfiles/rockylinux --tag samba-rockylinux