Skip to content

Commit c632d22

Browse files
authored
Merge pull request #24 from Shayan-Ghani/ci
added docker buildx to avoid empty metrics
2 parents 760e232 + 3a0e281 commit c632d22

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/deps_security.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ jobs:
3232
pip install pip-audit
3333
pip-audit || true
3434
35-
- name: Deploy cxp
35+
- name: Set up Docker Buildx To Have A Dummy Container
36+
uses: docker/setup-buildx-action@v3
37+
38+
- name: Deploy CXP
3639
run: |
3740
bash ./start.sh &
3841
sleep 5

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Set up Docker Buildx
4545
uses: docker/setup-buildx-action@v3
4646

47-
- name: deploy
47+
- name: build and deploy
4848
run: |
4949
docker compose -f ./container-exporter-local.yml up --build -d
5050

0 commit comments

Comments
 (0)