style: make docs more concise #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: slimjre container ci | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
build: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: checkout code | |
uses: actions/checkout@v4 | |
- name: build OCI container image | |
run: | | |
make build_server | |
make up_server | |
make clean | |
#docker build -t slimjre ./server/ | |
#docker tag slimjre localhost/slimjre:latest | |