Skip to content

revert(0a61cdd04ad6903601dcf8846cb73ff10d5e46b0): you're one spammy boi #216

revert(0a61cdd04ad6903601dcf8846cb73ff10d5e46b0): you're one spammy boi

revert(0a61cdd04ad6903601dcf8846cb73ff10d5e46b0): you're one spammy boi #216

Workflow file for this run

on:
push:
branches:
- master
name: Build and push docker image to container registry
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build image.
run: docker build -t ghcr.io/androiddumps/dumpbot .
- name: Login to container registry
run: echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io --username androiddumps --password-stdin
- name: Push image
run: docker push ghcr.io/androiddumps/dumpbot