Skip to content

Commit 40c7c22

Browse files
committed
Fix main branch build
1 parent 0080078 commit 40c7c22

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.appcd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
version: 0.0.1
22
name: DogeApi
3+
appstack_name: DogeApi
34
services:
45
dogeapi:
56
dtr: ghcr.io/appcd-demo/dogeapi/dogeapi

.github/workflows/docker-publish.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,13 @@ jobs:
101101
cloud: 'aws'
102102
language: 'Python'
103103
outputDir: './.appcd/charts'
104-
scanPath: './main_branch'
104+
scanPath: './'
105105
targetCompute: 'k8s'
106+
- name: Upload PR artifacts
107+
uses: actions/upload-artifact@v4
108+
with:
109+
name: pr_branch_artifacts
110+
path: ./.appcd/charts
106111
- name: Inflate helm chart in gitops/
107112
run: |
108113
tree

0 commit comments

Comments
 (0)