Skip to content

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.5.0 #531

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.5.0

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.5.0 #531

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: DOCKER_BUILDKIT=1 docker build --file front-end/Dockerfile --output build --tag my-image-name:$(date +%s) front-end