We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b425338 commit 080d857Copy full SHA for 080d857
.github/workflows/npm-release.yml .github/workflows/release.yml.github/workflows/npm-release.yml renamed to .github/workflows/release.yml
@@ -52,6 +52,7 @@ jobs:
52
run: npm run release:ci -- ${{github.event.inputs.releaseType}}
53
env:
54
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
55
+ GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
56
docker-release:
57
needs: [npm-release]
58
runs-on: ubuntu-latest
@@ -84,4 +85,4 @@ jobs:
84
85
context: .
86
# always push given this workflow is triggered manually
87
push: true
- tags: ${{ steps.version.outputs.TAG_NAME }}, latest
88
+ tags: webdriverio/selenium-standalone:v${{ steps.version.outputs.TAG_NAME }}, webdriverio/selenium-standalone:latest
0 commit comments