Skip to content

AER-2539 Attempt at improving suggestions from Bing map search #46

AER-2539 Attempt at improving suggestions from Bing map search

AER-2539 Attempt at improving suggestions from Bing map search #46

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 }}
- 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