# Pushes to tag 'unstable-BRANCH'.
# Releases are pushed to latest and tagged - see docker-build-releases.yaml.
-name: Build and push docker image based on master branch.
+name: Build and push docker image based on specified branches.
on:
push:
- branches: [ master, development ]
+ branches: [ master, development, charles-dev ]
jobs:
main:
# TODO: Remove when no longer pulling from private repos.
RUN mkdir -p -m 0600 ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts
-RUN --mount=type=ssh,id=github git clone git@github.com:charlesomer/nqptp.git
+RUN --mount=type=ssh,id=github git clone git@github.com:mikebrady/nqptp.git
WORKDIR /nqptp
# Use development branch for now.
RUN git checkout development
avahi \
libconfig \
libsndfile \
- mosquitto-libs \
+ mosquitto \
su-exec \
libuuid \
- ffmpeg-dev \
- ffmpeg-libs \
- libsodium-dev \
- libplist-dev
+ ffmpeg \
+ libsodium \
+ libplist
RUN rm -rf /lib/apk/db/*