Skip to content

Change CMD shell form to exec form to detecting OS signals correctly,… #51

Change CMD shell form to exec form to detecting OS signals correctly,…

Change CMD shell form to exec form to detecting OS signals correctly,… #51

name: almalinux
on:
push:
branches:
- "*"
paths-ignore:
- "dev/**"
- "docker-compose.yml"
- "docker-compose-dc1.yml"
- "LICENSE"
- "Makefile"
- "README.md"
pull_request:
branches:
- "*"
paths-ignore:
- "dev/**"
- "docker-compose.yml"
- "docker-compose-dc1.yml"
- "LICENSE"
- "Makefile"
- "README.md"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v3
- name: Download latest samba tar file
run: curl -o samba.tar.gz https://download.samba.org/pub/samba/samba-latest.tar.gz
- name: Build the Docker image
run: docker build . --file dockerfiles/almalinux --tag samba-almalinux