Skip to content

Commit 2380941

Browse files
committed
chore: add publish:docker to scripts
1 parent 4e42dcf commit 2380941

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/docker.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
fileName: "*.deb"
4848
out-file-path: "release-packages"
4949

50-
- name: Run ./ci/steps/docker-buildx-push.sh
51-
run: ./ci/steps/docker-buildx-push.sh
50+
- name: Publish to Docker
51+
run: yarn publish:docker
5252
env:
5353
GITHUB_TOKEN: ${{ github.token }}

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"package": "./ci/build/build-packages.sh",
2525
"postinstall": "./ci/dev/postinstall.sh",
2626
"publish:npm": "./ci/steps/publish-npm.sh",
27+
"publish:docker": "./ci/steps/docker-buildx-push.sh",
2728
"_audit": "./ci/dev/audit.sh",
2829
"fmt": "./ci/dev/fmt.sh",
2930
"lint": "./ci/dev/lint.sh",

0 commit comments

Comments
 (0)