Skip to content

Bump the spring group with 2 updates #1430

Bump the spring group with 2 updates

Bump the spring group with 2 updates #1430

name: Build Pull Request
on:
pull_request:
paths-ignore:
- '**.md'
- '**.MD'
- '.gitignore'
- 'LICENSE'
- 'CODEOWNERS'
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: 17
distribution: temurin
cache: maven
- name: Bygge JAR
run: mvn clean package --settings ./.m2/settings.xml
env:
GITHUB_USERNAME: x-access-token
GITHUB_PASSWORD: ${{ secrets.READER_TOKEN }}
- name: Bygg Docker image
run: docker build --pull ./app/.