diff --git a/.github/workflows/npm-release.yml b/.github/workflows/release.yml similarity index 93% rename from .github/workflows/npm-release.yml rename to .github/workflows/release.yml index f3b79539..775172ba 100644 --- a/.github/workflows/npm-release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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