Create docker-image.yml

This commit is contained in:
2024-12-29 02:41:42 +02:00
committed by GitHub
parent ca80db39cb
commit 6b837e5dbe
+18
View File
@@ -0,0 +1,18 @@
name: Docker Image CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag clodyx/btw-server:latest