Skip to content

Update rockylinux-image.yml #39

Update rockylinux-image.yml

Update rockylinux-image.yml #39

Workflow file for this run

name: debian
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/debian --tag samba-debian