Commit 8e73fa3
committed
ci: docker: Do not hardcode our image path
Fixes the following CI build error inside of forks:
buildx failed with: ERROR: failed to build: failed to solve: failed to
push ghcr.io/blue-nebula/server:warnings: denied: permission_denied:
The requested installation does not exist.
Fixes: 0777e88 ("Automatically publish Docker images on GitHub")1 parent c5a65e5 commit 8e73fa3
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
| |||
36 | 40 | | |
37 | 41 | | |
38 | 42 | | |
39 | | - | |
| 43 | + | |
40 | 44 | | |
41 | 45 | | |
42 | 46 | | |
| |||
45 | 49 | | |
46 | 50 | | |
47 | 51 | | |
48 | | - | |
| 52 | + | |
49 | 53 | | |
50 | 54 | | |
51 | 55 | | |
| |||
0 commit comments