1 parent 3142cbe commit 0b4936fCopy full SHA for 0b4936f
1 file changed
.github/workflows/publish-image.yml
@@ -39,7 +39,7 @@ jobs:
39
tag:
40
runs-on: ubuntu-latest
41
env:
42
- IMAGE: ghcr.io/${{ github.repository_owner }}/node
+ IMAGE: ghcr.io/nexora-vpn/node
43
DIGEST: ${{ github.event.client_payload.digest || inputs.digest }}
44
VERSION: ${{ github.event.client_payload.version || inputs.version }}
45
steps:
0 commit comments