Skip to content

Bump peter-evans/create-or-update-comment from 3.0.2 to 3.1.0 (#180) #49

Bump peter-evans/create-or-update-comment from 3.0.2 to 3.1.0 (#180)

Bump peter-evans/create-or-update-comment from 3.0.2 to 3.1.0 (#180) #49

Workflow file for this run

---
name: docker_build
on:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
docker_build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: make docker_build