Skip to content

Commit 37b6460

Browse files
committed
fix pushing docker-compose
1 parent fda5671 commit 37b6460

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-on-main.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ env:
3636
CONTAINER_REGISTRY: europe-docker.pkg.dev/dynatrace-demoability/docker/easytrade
3737
HELM_REGISTRY: oci://europe-docker.pkg.dev/dynatrace-demoability/helm
3838
HELM_CHART_PATH: helm/easytrade
39-
ARTIFACT_DIR: ./release-artifacts/
4039

4140
jobs:
4241
snyk:
@@ -80,6 +79,8 @@ jobs:
8079
push-latest: ${{ needs.calc-version.outputs.is-release }}
8180
tag: ${{ needs.calc-version.outputs.version }}
8281
registry: ${{ env.CONTAINER_REGISTRY }}
82+
artifact-name: docker-compose
83+
artifact-dir: ./build-artifacts/
8384

8485
- name: Build and push Helm chart
8586
uses: ./.github/actions/build-push-helm

0 commit comments

Comments
 (0)