Skip to content

add bot check on run & more logging #10

add bot check on run & more logging

add bot check on run & more logging #10

Workflow file for this run

name: CI/main
concurrency: ${{ github.workflow }}-${{ github.ref }}
on:
push:
branches:
- "master"
paths-ignore:
- "**/README.md"
jobs:
docker:
runs-on: ubuntu-latest
name: Integrate
steps:
- name: Checkout
uses: actions/checkout@master
- name: Build and publish onblock-discord-bot.py to registry
uses: aevea/action-kaniko@master
with:
registry: ghcr.io
password: ${{ secrets.GITHUB_TOKEN }}
path: ./
build_file: ./Dockerfile
image: master/onblock-discord-bot.py