Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Bump rack from 3.2.1 to 3.2.2 in the bundler group across 1 directory #2234

Bump rack from 3.2.1 to 3.2.2 in the bundler group across 1 directory

Bump rack from 3.2.1 to 3.2.2 in the bundler group across 1 directory #2234

Workflow file for this run

name: "Docker build"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
merge_group:
types: [checks_requested]
jobs:
build_the_image:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Run docker build
run: docker build .