We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 760e232 + 3a0e281 commit c632d22Copy full SHA for c632d22
.github/workflows/deps_security.yml
@@ -32,7 +32,10 @@ jobs:
32
pip install pip-audit
33
pip-audit || true
34
35
- - name: Deploy cxp
+ - name: Set up Docker Buildx To Have A Dummy Container
36
+ uses: docker/setup-buildx-action@v3
37
+
38
+ - name: Deploy CXP
39
run: |
40
bash ./start.sh &
41
sleep 5
.github/workflows/dev.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Set up Docker Buildx
45
uses: docker/setup-buildx-action@v3
46
47
- - name: deploy
+ - name: build and deploy
48
49
docker compose -f ./container-exporter-local.yml up --build -d
50
0 commit comments