Skip to content

🌱 Bump actions/checkout from 3.5.2 to 3.5.3 #369

🌱 Bump actions/checkout from 3.5.2 to 3.5.3

🌱 Bump actions/checkout from 3.5.2 to 3.5.3 #369

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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- name: Build the Docker image
run: docker build . --file Dockerfile