Skip to content

try adding run.sh to the pipeline, if it doesn't work, we revert #2

try adding run.sh to the pipeline, if it doesn't work, we revert

try adding run.sh to the pipeline, if it doesn't work, we revert #2

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 .
- name: run container
run: bash run.sh