Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Setter name på step
Browse files Browse the repository at this point in the history
  • Loading branch information
ekun committed Jul 1, 2024
1 parent 19c6752 commit 65dd914
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,13 @@ jobs:
distribution: temurin
cache: maven

- uses: nais/docker-build-push@v0
id: docker-push
with:
team: aap # required
project_id: ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }} # required, but is defined as an organization variable
identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }} # required, but is defined as an organization secret
- name: Bygg og last opp image
uses: nais/docker-build-push@v0
id: docker-push
with:
team: aap # required
project_id: ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }} # required, but is defined as an organization variable
identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }} # required, but is defined as an organization secret

- name: Submit Dependency Snapshot
uses: advanced-security/maven-dependency-submission-action@v3
Expand Down

0 comments on commit 65dd914

Please sign in to comment.