chore(deps): update dependency ubuntu github actions runner to v24 #72
Workflow file for this run
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: build | |
on: | |
workflow_dispatch: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
jobs: | |
build: | |
if: "! contains(toJSON(github.event.commits.*.message), 'skip ci')" | |
runs-on: ubuntu-24.04 | |
steps: | |
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 | |
- name: Build the Docker image | |
shell: bash | |
run: | | |
./build.sh |