Skip to content

Commit d0be0d3

Browse files
committed
Testing a thing, part 2
1 parent ef164cf commit d0be0d3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/main.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
files: "nais/nais.yaml,nais/topic.yaml"
3030
- uses: nais/platform-build-push-sign@main
3131
id: build-push-sign
32-
# if: steps.changed-files.outputs.changed != 'only-inputs'
32+
if: steps.changed-files.outputs.changed != 'only-inputs'
3333
with:
3434
name: karapace
3535
google_service_account: gh-karapace
@@ -51,4 +51,4 @@ jobs:
5151
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
5252
CLUSTER: dev-gcp
5353
RESOURCE: nais/nais.yaml,nais/topic.yaml
54-
IMAGE: ${{ needs.build.outputs.image }}
54+
WORKLOAD_IMAGE: ${{ needs.build.outputs.image }}

nais/nais.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ metadata:
44
name: "karapace-test"
55
namespace: "nais"
66
spec:
7-
image: "{{image}}"
87
liveness:
98
path: "/"
109
startup:

0 commit comments

Comments
 (0)