Docker build and publish

This commit is contained in:
2023-09-20 15:20:41 +07:00
parent 817f27b85b
commit 7738ea53f6
2 changed files with 47 additions and 0 deletions

16
.github/workflows/docker-build.yaml vendored Normal file
View 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