Skip to content

chore(master): release 6.1.10 #18

chore(master): release 6.1.10

chore(master): release 6.1.10 #18

Workflow file for this run

name: build docker image
on:
- pull_request
- release
permissions:
contents: read
packages: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/[email protected]
- name: build and push image
uses: mr-smithers-excellent/docker-build-push@v6
with:
image: errbot
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}