Skip to content

Commit 9a40f4f

Browse files
committed
task: one file for release job
1 parent a9058b0 commit 9a40f4f

File tree

2 files changed

+9
-17
lines changed

2 files changed

+9
-17
lines changed

.github/workflows/release-docker.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,12 @@ jobs:
108108
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
109109
with:
110110
asset_paths: '["build/*/*.pkg"]'
111+
112+
docker:
113+
runs-on: ubuntu-latest
114+
steps:
115+
- uses: actions/checkout@v2
116+
- uses: actions/setup-node@v1
117+
with:
118+
node-version: '12.x'
119+
- run: DOCKER_PASSWORD=${{ secrets.DOCKERHUB_TOKEN }} DOCKER_USERNAME=${{ secrets.DOCKERHUB_USERNAME }} bash scripts/docker.sh

0 commit comments

Comments
 (0)