-
Notifications
You must be signed in to change notification settings - Fork 0
42 lines (37 loc) · 1011 Bytes
/
tilbake-build.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
name: Build & push tilbake
on:
push:
branches:
- main
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
permissions:
contents: "read"
id-token: "write"
jobs:
build-dev:
name: Build and push
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-java@v4
with:
java-version: 21
distribution: 'temurin'
cache: 'maven'
- name: Bygg med maven
env:
GITHUB_USERNAME: x-access-token
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: mvn -B --no-transfer-progress package --settings .m2/maven-settings.xml --file pom.xml
- name: Bygg og push docker image
uses: nais/docker-build-push@v0
id: docker-push
with:
team: tilbake
tag: latest
byosbom: target/classes/META-INF/sbom/application.cdx.json