We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e42dcf commit 2380941Copy full SHA for 2380941
.github/workflows/docker.yaml
@@ -47,7 +47,7 @@ jobs:
47
fileName: "*.deb"
48
out-file-path: "release-packages"
49
50
- - name: Run ./ci/steps/docker-buildx-push.sh
51
- run: ./ci/steps/docker-buildx-push.sh
+ - name: Publish to Docker
+ run: yarn publish:docker
52
env:
53
GITHUB_TOKEN: ${{ github.token }}
package.json
@@ -24,6 +24,7 @@
24
"package": "./ci/build/build-packages.sh",
25
"postinstall": "./ci/dev/postinstall.sh",
26
"publish:npm": "./ci/steps/publish-npm.sh",
27
+ "publish:docker": "./ci/steps/docker-buildx-push.sh",
28
"_audit": "./ci/dev/audit.sh",
29
"fmt": "./ci/dev/fmt.sh",
30
"lint": "./ci/dev/lint.sh",
0 commit comments