Skip to content

Commit a4e1657

Browse files
committed
Fix missing team
1 parent fbe205b commit a4e1657

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,20 @@ jobs:
7373
steps:
7474
- uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # ratchet:actions/checkout@v2
7575
- uses: nais/deploy/actions/deploy@v2
76+
name: Deploy resources and image if built
7677
if: needs.build.outputs.changed != 'non-resources'
7778
env:
7879
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
7980
CLUSTER: dev-gcp
8081
RESOURCE: nais/nais.yaml,nais/topic.yaml
8182
WORKLOAD_IMAGE: ${{ needs.build.outputs.image }}
8283
- uses: nais/deploy/actions/deploy@v2
84+
name: Deploy only updated image
8385
if: needs.build.outputs.changed == 'non-resources'
8486
env:
8587
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
8688
CLUSTER: dev-gcp
8789
WORKLOAD_NAME: karapace-test
8890
WORKLOAD_IMAGE: ${{ needs.build.outputs.image }}
91+
TEAM: nais
92+

0 commit comments

Comments
 (0)