Skip to content

Bump org.mybatis.scripting:mybatis-thymeleaf from 1.0.4 to 1.1.0 (#297) #947

Bump org.mybatis.scripting:mybatis-thymeleaf from 1.0.4 to 1.1.0 (#297)

Bump org.mybatis.scripting:mybatis-thymeleaf from 1.0.4 to 1.1.0 (#297) #947

Workflow file for this run

name: CI
on:
push:
branches:
- main
paths:
- src/**
- pom.xml
- .github/workflows/*
pull_request:
branches:
- main
paths:
- src/**
- pom.xml
- .github/workflows/*
jobs:
test:
uses: making/workflows/.github/workflows/maven-unit-test.yaml@main
build-jvm-image:
needs: test
uses: making/workflows/.github/workflows/build-docker-image-maven-jvm.yaml@main
with:
image_file: image.yaml
build-native-image:
needs: test
uses: making/workflows/.github/workflows/build-docker-image-maven-native.yaml@main
with:
image_file: image_native.yaml
save-image-jvm:
needs: build-jvm-image
uses: making/workflows/.github/workflows/save-images.yaml@main
with:
image_file: image.yaml
save-image-native:
needs: build-native-image
uses: making/workflows/.github/workflows/save-images.yaml@main
with:
image_file: image_native.yaml