mirror of
https://github.com/YuzuZensai/Kiroku.git
synced 2026-01-06 04:33:18 +00:00
Docker build and publish
This commit is contained in:
16
.github/workflows/docker-build.yaml
vendored
Normal file
16
.github/workflows/docker-build.yaml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
name: Docker Build
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Build Docker image
|
||||
id: build-image
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
push: false
|
||||
Reference in New Issue
Block a user