DiscordEventLog/.forgejo/workflows/docker-build.yml

24 lines
512 B
YAML
Raw Normal View History


name: Docker Build
on:
push:
branches:
- master
jobs:
Build:
runs-on: docker
container: catthehacker/ubuntu:act-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build and push Docker image
uses: actions/docker-build-push@v2
with:
context: .
file: Dockerfile
push: true
registry: https://coastalcommits.com
repository: seaswimmerthefsh/discordeventlog
tags: latest