Skip to content

Commit

Permalink
improvents to release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Oct 19, 2021
1 parent b425338 commit 080d857
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
run: npm run release:ci -- ${{github.event.inputs.releaseType}}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
docker-release:
needs: [npm-release]
runs-on: ubuntu-latest
Expand Down Expand Up @@ -84,4 +85,4 @@ jobs:
context: .
# always push given this workflow is triggered manually
push: true
tags: ${{ steps.version.outputs.TAG_NAME }}, latest
tags: webdriverio/selenium-standalone:v${{ steps.version.outputs.TAG_NAME }}, webdriverio/selenium-standalone:latest

0 comments on commit 080d857

Please sign in to comment.