Skip to content

initial impl for file #26

initial impl for file

initial impl for file #26

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
permissions:
packages: write
steps:
- uses: actions/checkout@v4
- name: Login to registry
run: |
docker login --username dkhalife --password ${{ secrets.GH_PAT }} ghcr.io
- name: Pre-build image and run build in dev container
uses: devcontainers/ci@v0.3
with:
imageName: ghcr.io/dkhalife/eclipse-mosquitto-with-auth
cacheFrom: ghcr.io/dkhalife/eclipse-mosquitto-with-auth
push: always
runCmd: |
cd src
make clean
make