Skip to content

Commit

Permalink
fix(ci/publish): namespace name [2/?]
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Oct 23, 2023
1 parent 90d4877 commit bc5f775
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
docker load < docker/venmic-builder-x86_64.tar
docker load < docker/venmic-builder-arm64.tar
docker push ghcr.io/Vencord/venmic-builder-x86_64:latest
docker push ghcr.io/Vencord/venmic-builder-arm64:latest
docker push ghcr.io/vencord/venmic-builder-x86_64:latest
docker push ghcr.io/vencord/venmic-builder-arm64:latest
build-x86_64:
needs: build-container
Expand Down

0 comments on commit bc5f775

Please sign in to comment.