Skip to content

Commit

Permalink
chore(): upload-dockerhub.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmanTaheriGhaleTaki authored Apr 11, 2024
1 parent e435212 commit ccc9db8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/upload-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,18 @@ jobs:
with:
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/speed-test-dns:latest
release:
needs: deploy
runs-on: ubuntu-latest
if: github.event_name == 'push'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 17

- run: cp .github/.releaserc.yml .
- run: npm i -g semantic-release @semantic-release/changelog @semantic-release/git
- run: semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ccc9db8

Please sign in to comment.