Skip to content

cant bet negative eggs while broke #48

cant bet negative eggs while broke

cant bet negative eggs while broke #48

Workflow file for this run

name: docker-build
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: build docker image
run: docker build . --tag ghcr.io/gamer-gang/gamerbot:latest
- name: login to github container registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: push image
run: docker push ghcr.io/${{ github.repository_owner }}/gamerbot:latest