ci: fix ci

This commit is contained in:
DCsunset 2022-02-07 21:06:46 -05:00
parent a84ece2b5f
commit bde6121221

View file

@ -1,6 +1,10 @@
name: Build and Publish Docker Image name: Build and Publish Docker Image
on: [push, workflow_dispatch] on:
push:
branches:
- master
workflow_dispatch:
jobs: jobs:
push_to_registry: push_to_registry: