Skip to content

Release v1.0.14

Release v1.0.14 #14

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: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: companion-worker-modules
registry: ghcr.io/bitfocus
username: ${{ secrets.GHCR_USER }}
password: ${{ secrets.GHCR_SECRET }}
tags: latest