Skip to content

Commit

Permalink
Update publish_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bonukai authored Mar 8, 2022
1 parent 8d8ebb9 commit 3214f26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
npm run build
cp README.md server/README.md
cd server
npm publish --tag beta
npm publish --tag unstable
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- if: ${{ github.event.action == 'released' }}
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
with:
platforms: linux/amd64,linux/arm64/v8
push: true
tags: bonukai/mediatracker:${{ steps.version.outputs.version }},bonukai/mediatracker:beta
tags: bonukai/mediatracker:${{ steps.version.outputs.version }},bonukai/mediatracker:unstable
- if: ${{ github.event.action == 'released' }}
name: Publish to Docker Hub
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 3214f26

Please sign in to comment.