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

Commit

Permalink
fix: dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Sep 1, 2023
1 parent 8afc16b commit fbf4cd5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .kontinuous/env/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ jobs:
build-app:
use: build
with:
buildkitServiceEnabled: "false"
buildArgs:
PRODUCTION: "true"
3 changes: 1 addition & 2 deletions .kontinuous/values.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# main app container
app:
# wait for build-app before deployment
~chart: app
~needs: [build-app]
imagePackage: app
containerPort: 8080

jobs:
Expand All @@ -11,7 +11,6 @@ jobs:
build-app:
use: build
with:
imagePackage: app
# pass a custom docker build arg
buildArgs:
GITHUB_SHA: "{{ $.Values.global.sha }}"
Expand Down

0 comments on commit fbf4cd5

Please sign in to comment.