Skip to content

Commit

Permalink
task: one file for release job
Browse files Browse the repository at this point in the history
  • Loading branch information
jaime-ez committed Jan 31, 2021
1 parent a9058b0 commit 9a40f4f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/release-docker.yml

This file was deleted.

9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,12 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
asset_paths: '["build/*/*.pkg"]'

docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: DOCKER_PASSWORD=${{ secrets.DOCKERHUB_TOKEN }} DOCKER_USERNAME=${{ secrets.DOCKERHUB_USERNAME }} bash scripts/docker.sh

0 comments on commit 9a40f4f

Please sign in to comment.