Skip to content

Commit

Permalink
fix: container name in release workflow (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
shreemaan-abhishek authored Sep 3, 2024
1 parent f048da4 commit b9d1be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/apisix_push_docker_hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
make build-on-${{ matrix.platform }}
docker compose -f ./compose/docker-compose-release.yaml up -d
sleep 30
docker logs compose_apisix_1
docker logs compose-apisix-1
- name: Test route
run: |
Expand Down

0 comments on commit b9d1be0

Please sign in to comment.