Skip to content

Release v1.0.19

Release v1.0.19 #19

Workflow file for this run

name: Publish production docker image
on:
push:
tags:
- 'v*'
jobs:
build:
runs-on: ubuntu-latest
name: Build and push production image
steps:

Check failure on line 10 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
- uses: actions/checkout@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: bitfocus/companion-worker-modules
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
tags: latest