Skip to content

Release v1.0.17

Release v1.0.17 #17

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:
- uses: actions/checkout@v3
- name: Log in to GitHub Container Registry
run: echo "${{ secrets.GHCR_SECRET }}" | docker login ghcr.io -u ${{ secrets.GHCR_USER }} --password-stdin
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: bitfocus/companion-worker-modules
registry: ghcr.io
username: ${{ secrets.GHCR_USER }}
password: ${{ secrets.GHCR_SECRET }}
tags: latest