Skip to content

🌱 Bump the github-actions group across 1 directory with 10 updates #1217

🌱 Bump the github-actions group across 1 directory with 10 updates

🌱 Bump the github-actions group across 1 directory with 10 updates #1217

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