Skip to content

enable http backend #32

enable http backend

enable http backend #32

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