This commit is contained in:
Josh 2023-04-27 20:20:36 -04:00
parent 35b16a5989
commit be86e91151

View file

@ -1,6 +1,15 @@
--- ---
name: docker-publish name: docker-publish
on: [push] on:
workflow_dispatch:
push:
branches:
- master
tags:
- 'v*'
pull_request:
branches:
- master
jobs: jobs:
docker: docker:
runs-on: ubuntu-latest runs-on: ubuntu-latest