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

tanruixiang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-horaedb.git


The following commit(s) were added to refs/heads/main by this push:
     new f57b3827 fix: publich nightly image (#1396)
f57b3827 is described below

commit f57b3827a24836e67adc760085d3cfca5cfa031e
Author: chunshao.rcs <[email protected]>
AuthorDate: Fri Dec 22 12:34:26 2023 +0800

    fix: publich nightly image (#1396)
    
    ## Rationale
    The following error occurred when publishing the nightly image:
    ```
    buildx failed with: ERROR: failed to solve: failed to push 
ghcr.io/horaedb/horaedb-server:nightly-20231222-b77b6969: unexpected status 
from POST request to https://ghcr.io/ v2/horaedb/horaedb-server/blobs/uploads/: 
403 Forbidden
    ```
    
    ## Detailed Changes
    Rename image name from `horaedb/horaedb-server` to
    `apache/horaedb-server`.
    
    ## Test Plan
    No need.
---
 .github/workflows/publish-nightly-image.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/publish-nightly-image.yml 
b/.github/workflows/publish-nightly-image.yml
index 1f79defb..13e1c69d 100644
--- a/.github/workflows/publish-nightly-image.yml
+++ b/.github/workflows/publish-nightly-image.yml
@@ -24,7 +24,7 @@ on:
 
 env:
   REGISTRY: ghcr.io
-  IMAGE_NAME: horaedb/horaedb-server
+  IMAGE_NAME: apache/horaedb-server
 
 jobs:
   docker:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to