Skip to content

Commit

Permalink
update pom
Browse files Browse the repository at this point in the history
  • Loading branch information
mallport committed Oct 10, 2024
2 parents 40cafcd + 34d7e71 commit 81f6a2b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ jobs:
deploy-gatekeeper:
name: Deploy to NAIS test cluster
if: ${{github.event_name == 'push'}}
uses: ./.github/workflows/build-deploy-gatekeeper.yml
uses: ./.github/workflows/build-deploy.yml
10 changes: 8 additions & 2 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
on:
release:
types: [ published ]
workflow_call:
inputs:
tag:
description: Version tag, supplied if deploying to production
required: false
type: string

env:
REGISTRY: europe-north1-docker.pkg.dev/artifact-registry-5n/dapla-stat-docker/maskinporten-guardian
Expand All @@ -23,6 +26,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Echo GitHub context
run: echo "$GITHUB_CONTEXT"

- name: Set up JDK 21
uses: actions/setup-java@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>no.ssb.maskinporten</groupId>
<artifactId>maskinporten-guardian</artifactId>
<version>1.3.23</version>
<version>1.3.24-SNAPSHOT</version>
<packaging>${packaging}</packaging>

<parent>
Expand Down

0 comments on commit 81f6a2b

Please sign in to comment.