This commit is contained in:
Anatoly Karlov 2023-04-18 21:40:31 +03:00
parent 98640fe376
commit e09c9a918f
3 changed files with 4 additions and 7 deletions

View File

@ -1,4 +1,4 @@
name: Maven Build Artifact
name: Build Maven Artifact
on:
pull_request:

View File

@ -4,14 +4,9 @@ on:
push:
branches:
- 'master'
- 'main'
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
jobs:
deploy:
build-and-deploy:
uses: valitydev/java-workflow/.github/workflows/maven-service-deploy.yml@v2
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}

2
.github/workflows/settings.yml vendored Normal file
View File

@ -0,0 +1,2 @@
# These settings are synced to GitHub by https://probot.github.io/apps/settings/
_extends: .github