Skip to content

Add some database scripts and .gitignore entry #16

Add some database scripts and .gitignore entry

Add some database scripts and .gitignore entry #16

name: pull_request-opened-synchronize-reopened-event
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
job:
runs-on: ubuntu-latest
steps:
- name: Check out github-actions repo
uses: actions/checkout@v2
with:
repository: aerius/github-actions
path: aerius-github-actions
ref: v1.0.2
- uses: aerius/github-actions/events/pull_request-event-action@v1.0.2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ROOT_POM_DIRECTORY: repo/source
JDK_VERSION: 17
- uses: aerius/github-actions/extras/docker-build-action@v1.0.2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCKER_IMAGE_NAME: ${{ github.event.repository.name }}
DOCKERFILE_LOCATION: docker/service/Dockerfile