Skip to content

Bump react-toastify from 11.0.0 to 11.0.1 in /components/frontend #12520

Bump react-toastify from 11.0.0 to 11.0.1 in /components/frontend

Bump react-toastify from 11.0.0 to 11.0.1 in /components/frontend #12520

Workflow file for this run

---
name: Hadolint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
include:
- component: api_server
- component: collector
- component: database
- component: frontend
- component: notifier
- component: proxy
- component: renderer
- component: testdata
steps:
- uses: actions/[email protected]
- name: Hadolint ${{ matrix.component }}
uses: hadolint/[email protected]
with:
dockerfile: components/${{ matrix.component }}/Dockerfile