Skip to content

Update LigoPWM.py documentation #24

Update LigoPWM.py documentation

Update LigoPWM.py documentation #24

name: Docker
on:
push:
branches:
- main
paths: [ '**.py', '**.yaml' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push the Docker image
uses: docker/build-push-action@v2
with:
push: true
no-cache: true
tags: milenapavlovic/ligo:latest