You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by le...@apache.org on 2023/05/29 01:12:21 UTC

[apisix-docker] branch master updated: chore: release apisix 3.3.0 for redhat UBI (#468)

This is an automated email from the ASF dual-hosted git repository.

leslie 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 4ffa430  chore: release apisix 3.3.0 for redhat UBI (#468)
4ffa430 is described below

commit 4ffa43023c202389f21fd49d36b02378ea198439
Author: leslie <le...@apache.org>
AuthorDate: Mon May 29 09:12:15 2023 +0800

    chore: release apisix 3.3.0 for redhat UBI (#468)
---
 .github/workflows/apisix_push_docker_hub.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/apisix_push_docker_hub.yaml b/.github/workflows/apisix_push_docker_hub.yaml
index 2ce3b48..320e910 100644
--- a/.github/workflows/apisix_push_docker_hub.yaml
+++ b/.github/workflows/apisix_push_docker_hub.yaml
@@ -45,8 +45,8 @@ jobs:
 
           result_code=`curl -I -m 10 -o /dev/null -s -w %{http_code} http://127.0.0.1:9080/get`
           if [[ $result_code -ne 200 ]];then
-                  printf "result_code: %s\n" "$result_code"
-                  exit 125
+            printf "result_code: %s\n" "$result_code"
+            exit 125
           fi
 
       - name: Login to Docker Hub