Handle different decimals for GAS on N3 or NeoX #7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |