Skip to content

Fix version constraint on tomli dependency #5

Fix version constraint on tomli dependency

Fix version constraint on tomli dependency #5

Workflow file for this run

name: publish
on: [push]
jobs:
publish-docker-image:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.actor }}

Check failure on line 13 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build the Docker image
run: |
docker build . --tag ghcr.io/trickeydan/hue2mqtt-python:latest
docker run ghcr.io/trickeydan/hue2mqtt-python:latest
docker push ghcr.io/trickeydan/hue2mqtt-python:latest