Skip to content

Update actions/checkout digest to 11bd719 #134

Update actions/checkout digest to 11bd719

Update actions/checkout digest to 11bd719 #134

Workflow file for this run

name: build
on:
pull_request:
branches:
- master
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
with:
fetch-depth: '0'
- name: Build the Docker image
run: docker build .