Skip to content

Bump commons-io:commons-io from 2.11.0 to 2.13.0 #3

Bump commons-io:commons-io from 2.11.0 to 2.13.0

Bump commons-io:commons-io from 2.11.0 to 2.13.0 #3

Workflow file for this run

name: Build/Release
on:
pull_request:
workflow_dispatch:
jobs:
build-image:
if: github.event_name == 'pull_request'
uses: ./.github/workflows/image-builder-template.yaml
with:
push: false
push-image:
if: github.event_name == 'workflow_dispatch'
uses: ./.github/workflows/image-builder-template.yaml
with:
push: true