Skip to content

Release v1.0.5

Release v1.0.5 #5

Workflow file for this run

name: Publish docker image
on:
push:
tags:
- 'v*'
jobs:
build_and_push:
runs-on: ubuntu-latest
name: Build and push
steps:
- uses: actions/checkout@master
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: companion-worker-modules
registry: ghcr.io/bitfocus
username: ${{ secrets.GHCR_USER }}
password: ${{ secrets.GHCR_SECRET }}
tags: latest