Skip to content

Commit

Permalink
fix: publich nightly image (#1396)
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
chunshao90 authored Dec 22, 2023
1 parent b77b696 commit f57b382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-nightly-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: horaedb/horaedb-server
IMAGE_NAME: apache/horaedb-server

jobs:
docker:
Expand Down

0 comments on commit f57b382

Please sign in to comment.