Skip to content

ci: fix name of PEM secret for get token app #115

ci: fix name of PEM secret for get token app

ci: fix name of PEM secret for get token app #115

Workflow file for this run

name: build docker image
on:
pull_request:
release:
types: [published]
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-hl
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}