Skip to content

ncu -u

ncu -u #164

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 .