This is an automated email from the ASF dual-hosted git repository.
spacewander 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 4cc7960 fix: yaml syntax in dashboard_push_docker_hub (#364)
4cc7960 is described below
commit 4cc7960bb7e221813c3e771dc5ca98899fad7f3b
Author: 罗泽轩 <[email protected]>
AuthorDate: Wed Sep 28 13:51:38 2022 +0800
fix: yaml syntax in dashboard_push_docker_hub (#364)
---
.github/workflows/dashboard_push_docker_hub.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/dashboard_push_docker_hub.yaml
b/.github/workflows/dashboard_push_docker_hub.yaml
index 9444c59..6f2716a 100644
--- a/.github/workflows/dashboard_push_docker_hub.yaml
+++ b/.github/workflows/dashboard_push_docker_hub.yaml
@@ -21,7 +21,7 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v2
- - name: Build and run
+ - name: Build and run
run: |
make build-dashboard-${{ matrix.os }}
docker-compose -f ./compose/dashboard-compose.yaml up -d