Skip to content

Poetry Dep(deps-dev): Bump flake8 from 7.1.1 to 7.1.2 #51

Poetry Dep(deps-dev): Bump flake8 from 7.1.1 to 7.1.2

Poetry Dep(deps-dev): Bump flake8 from 7.1.1 to 7.1.2 #51

Workflow file for this run

name: Build Docker image
on:
pull_request:
env:
IMAGE_NAME: graphedexcel
permissions:
contents: read
jobs:
push:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Build image
run: docker build . --file Dockerfile --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}"