Skip to content

build pipeline

build pipeline #1

Workflow file for this run

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 .