Skip to content

chore(deps): update actions/checkout action to v4.1.4 #66

chore(deps): update actions/checkout action to v4.1.4

chore(deps): update actions/checkout action to v4.1.4 #66

Workflow file for this run

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-22.04
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: Build the Docker image
shell: bash
run: |
./build.sh