Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2a3c677

Browse files
committedJul 1, 2024
Forsøker å rette referanse til image, da den er tom ved deploy
1 parent dbbeac0 commit 2a3c677

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎.github/workflows/master.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
permissions:
1515
contents: read
1616
id-token: write
17-
outputs:
18-
image: ${{ steps.docker-build-push.outputs.image }}
1917
steps:
2018
- uses: actions/checkout@v4
2119
- uses: actions/setup-java@v4
@@ -35,6 +33,8 @@ jobs:
3533
team: teamfamilie
3634
identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
3735
project_id: ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
36+
outputs:
37+
image: ${{ steps.docker-build-push.outputs.image }}
3838
deploy:
3939
name: Deploy to FSS
4040
needs: build

‎.github/workflows/pull-requests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
permissions:
1515
contents: read
1616
id-token: write
17-
outputs:
18-
image: ${{ steps.docker-build-push.outputs.image }}
1917
steps:
2018
- uses: actions/checkout@v4
2119
- uses: actions/setup-java@v4
@@ -35,6 +33,8 @@ jobs:
3533
team: teamfamilie
3634
identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
3735
project_id: ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
36+
outputs:
37+
image: ${{ steps.docker-build-push.outputs.image }}
3838
deploy-to-dev:
3939
name: Deploy to FSS
4040
needs: build

0 commit comments

Comments
 (0)
Please sign in to comment.