Skip to content

Remove image update from release process #259

Remove image update from release process

Remove image update from release process #259

Workflow file for this run

name: Build
on:
push:
branches: [ 'main' ]
pull_request:
branches: [ 'main' ]
types: [ opened, reopened, synchronize ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup JDK
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
mvn verify -P container-image -B --no-transfer-progress