Skip to content

Update actions/checkout digest to cbb7224 #1071

Update actions/checkout digest to cbb7224

Update actions/checkout digest to cbb7224 #1071

Workflow file for this run

---
name: Docker Image Build
on:
- pull_request
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)