Skip to content

Build Docker image #239

Build Docker image

Build Docker image #239

Workflow file for this run

name: Build Docker image
on:
workflow_dispatch:
push:
pull_request:
types:
- closed
schedule:
- cron: "0 7 * * *"
jobs:
build_docker:
runs-on: ubuntu-latest
steps:
- name: Build Docker image and push to GHCR
uses: GlueOps/[email protected]
with:
dockerfile: 'docker/Dockerfile'
image_name: 'hyoo-ru/crus'
tags: 'latest'