Skip to content

build(deps-dev): bump vite from 6.2.5 to 6.2.6 in the npm_and_yarn group across 1 directory #172

build(deps-dev): bump vite from 6.2.5 to 6.2.6 in the npm_and_yarn group across 1 directory

build(deps-dev): bump vite from 6.2.5 to 6.2.6 in the npm_and_yarn group across 1 directory #172

Workflow file for this run

name: LearnReactRedux-Docker-CI
on:
push:
branches:
- main
paths-ignore:
- .github/**
- '*.yaml'
- '*.md'
pull_request:
types: [opened, synchronize, reopened]
paths-ignore:
- .github/**
- '*.yaml'
- '*.md'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Build the image
- name: Docker build
run: docker build -t erabliereapi/product-ui:latest .