Skip to content

Update actions/checkout digest to 0ad4b8f #441

Update actions/checkout digest to 0ad4b8f

Update actions/checkout digest to 0ad4b8f #441

Workflow file for this run

name: Docker build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
- name: Build image
run: docker build .