Files
kumomta/.github/workflows/continuous-docker.yml
T
Wez Furlong beb70061c8 ci: rename some workflows, disable full docker build
We're not doing anything with the output, so let's just save
the compute for something else.
2023-03-04 11:07:18 -07:00

28 lines
545 B
YAML

name: Docker CD
on:
#push:
# branches: [ "main" ]
# paths-ignore:
# - "docs/*"
# - ".github/workflows/pages.yml"
# - ".github/workflows/verify-pages.yml"
# - ".github/ISSUE_TEMPLATE/*"
# - "**/*.md"
# - "**/*.markdown"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
docker-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build Image
run: ./docker/kumod/build-docker-image.sh