DiscordEventLog/.forgejo/workflows/docker-build.yml
SeaswimmerTheFsh 984ae867d3
Some checks failed
Linter / Lint (3.11) (push) Has been cancelled
Docker Build / Build (push) Failing after 32s
fixed docker build workflow only running on the "main" branch
2023-11-25 04:20:28 -05:00

23 lines
512 B
YAML

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