Skip to content

Commit

Permalink
Create build_docker.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AsmiKloud authored Apr 11, 2024
1 parent afcf63e commit 4111c3e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build_docker.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Build Docker Image

on:
push:
branches:
- docker-fixes

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Build Docker Image
run: docker build -t curieo/search-rustserver:latest server/

0 comments on commit 4111c3e

Please sign in to comment.