Skip to content

add unreleased to changelog #175

add unreleased to changelog

add unreleased to changelog #175

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
branches:
- "**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout (GitHub)
uses: actions/checkout@v6
- name: Login to GitHub Container Registry
uses: docker/login-action@v4
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and run Dev Container task
uses: devcontainers/ci@v0.3
with:
# Change this to point to your image name
imageName: ghcr.io/${{ github.repository_owner }}/ebbflowcontrol-devcontainer
# Change this to be your CI task/script
runCmd: |
./build_all.sh