Skip to content

Bump io.fabric8:docker-maven-plugin from 0.43.0 to 0.43.4 #75

Bump io.fabric8:docker-maven-plugin from 0.43.0 to 0.43.4

Bump io.fabric8:docker-maven-plugin from 0.43.0 to 0.43.4 #75

Workflow file for this run

name: Pull Request CI
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- name: Maven build
run: mvn -B install