Skip to content

🌱 Bump the github-actions group with 2 updates #1150

🌱 Bump the github-actions group with 2 updates

🌱 Bump the github-actions group with 2 updates #1150

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Build the Docker image
run: docker build . --file Dockerfile