Skip to content

chore(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.2.3 to 3.3.1 in /retail-store-sample-app/src/ui #19

chore(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.2.3 to 3.3.1 in /retail-store-sample-app/src/ui

chore(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.2.3 to 3.3.1 in /retail-store-sample-app/src/ui #19

Workflow file for this run

name: UI CI
on:
push:
branches:
- main
paths:
- 'retail-store-sample-app/src/ui/**'
pull_request:
branches:
- main
paths:
- 'retail-store-sample-app/src/ui/**'
- 'retail-store-sample-app/images/**'
workflow_dispatch:
jobs:
build:
name: CI
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: corretto
java-version: 17
- name: Run CI script
env:
MAVEN_OPTS: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
run: |
retail-store-sample-app/src/ui/scripts/ci.sh
- name: Set up QEMU
id: qemu
uses: docker/setup-qemu-action@v2
with:
image: tonistiigi/binfmt:latest
platforms: all
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Expose GitHub Runtime
uses: crazy-max/ghaction-github-runtime@v2
- name: Build container image
run: |
retail-store-sample-app/scripts/build-image.sh -s ui -t ci --actions-cache