Skip to content

v6

v6 #13

Workflow file for this run

name: CI
on:
release:
types:
- created
jobs:
build_and_push_docker_image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
name: Check out code
- uses: mr-smithers-excellent/[email protected]
name: Build & push Docker image
with:
image: schedslackbot
tags: $GITHUB_REF_NAME
registry: ghcr.io
dockerfile: Dockerfile
username: Germandrummer92
password: ${{ secrets.GITHUB_TOKEN }}