Skip to content

Update actions/checkout digest to cbb7224 #1147

Update actions/checkout digest to cbb7224

Update actions/checkout digest to cbb7224 #1147

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@cbb722410c2e876e24abbe8de2cc27693e501dcb
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)