We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ece9c4 commit 3ee323aCopy full SHA for 3ee323a
.github/workflows/publish-docker.yml
@@ -1,4 +1,4 @@
1
-name: Docker Publish
+name: Publish Docker
2
3
on:
4
push:
package.json
@@ -53,6 +53,9 @@
53
"prettier --write --ignore-unknown"
54
]
55
},
56
+ "publishConfig": {
57
+ "registry": "https://npm.pkg.github.com"
58
+ },
59
"docker": {
60
"registry": "ghcr.io/coldrun"
61
}
0 commit comments