This is an automated email from the ASF dual-hosted git repository.
shreemaanabhishek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-docker.git
The following commit(s) were added to refs/heads/master by this push:
new 8b8fdcb fix: use hyphens as delimiter instead of underscore (#574)
8b8fdcb is described below
commit 8b8fdcb056659d254e561bb37761cdbddc7836a3
Author: Shreemaan Abhishek <[email protected]>
AuthorDate: Fri Oct 18 12:49:18 2024 +0545
fix: use hyphens as delimiter instead of underscore (#574)
---
.github/workflows/apisix_dev_push_docker_hub.yaml | 2 +-
.github/workflows/dashboard_push_docker_hub.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/apisix_dev_push_docker_hub.yaml
b/.github/workflows/apisix_dev_push_docker_hub.yaml
index ca1b777..49ea319 100644
--- a/.github/workflows/apisix_dev_push_docker_hub.yaml
+++ b/.github/workflows/apisix_dev_push_docker_hub.yaml
@@ -28,7 +28,7 @@ jobs:
make build-on-debian-dev
docker compose -f ./compose/docker-compose-master.yaml up -d
sleep 30
- docker logs compose_apisix_1
+ docker logs compose-apisix-1
- name: Test APISIX
run: |
diff --git a/.github/workflows/dashboard_push_docker_hub.yaml
b/.github/workflows/dashboard_push_docker_hub.yaml
index db680ca..28a32f7 100644
--- a/.github/workflows/dashboard_push_docker_hub.yaml
+++ b/.github/workflows/dashboard_push_docker_hub.yaml
@@ -25,7 +25,7 @@ jobs:
make build-dashboard-${{ matrix.os }}
docker compose -f ./compose/dashboard-compose.yaml up -d
sleep 30
- docker logs compose_dashboard_1
+ docker logs compose-dashboard-1
- name: check
run: |