Skip to content

🌱 Group Dependabot updates for GitHub Actions and Dockerfiles #528

🌱 Group Dependabot updates for GitHub Actions and Dockerfiles

🌱 Group Dependabot updates for GitHub Actions and Dockerfiles #528

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