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

Commit 65dd914

Browse files
committed
Setter name på step
1 parent 19c6752 commit 65dd914

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/build-and-deploy.yml

+7-6
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,13 @@ jobs:
3939
distribution: temurin
4040
cache: maven
4141

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

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

0 commit comments

Comments
 (0)