Skip to content

Commit

Permalink
fix: use hyphens as delimiter instead of underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
shreemaan-abhishek committed Oct 18, 2024
1 parent b9d1be0 commit 11529af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apisix_dev_push_docker_hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dashboard_push_docker_hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 11529af

Please sign in to comment.