Skip to content

Commit

Permalink
build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dreth committed Jun 17, 2024
1 parent d2d7141 commit 0aa0efd
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Build container image

on:
push:
branches:
- main
pull_request:
branches:
- main


jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Build container image
run: docker build -t altserver:latest .

0 comments on commit 0aa0efd

Please sign in to comment.