Skip to content

🌱 Bump the docker-images group with 2 updates #697

🌱 Bump the docker-images group with 2 updates

🌱 Bump the docker-images group with 2 updates #697

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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- name: Build the Docker image
run: docker build . --file Dockerfile