Skip to content

🌱 Bump actions/checkout from 4.0.0 to 4.1.0 (#1267) #505

🌱 Bump actions/checkout from 4.0.0 to 4.1.0 (#1267)

🌱 Bump actions/checkout from 4.0.0 to 4.1.0 (#1267) #505

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- name: Build the Docker image
run: docker build . --file Dockerfile