Skip to content

Bump ws and socket.io in /pyindi/www/static/js9 #203

Bump ws and socket.io in /pyindi/www/static/js9

Bump ws and socket.io in /pyindi/www/static/js9 #203

Workflow file for this run

name: Publish to Docker
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[docker skip]')"
steps:
- uses: actions/checkout@master
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: mmtobservatory/pyindi
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}