diff options
author | Duarte Meneses <duarte.meneses@sonarsource.com> | 2023-08-04 14:59:19 -0500 |
---|---|---|
committer | Duarte Meneses <duarte.meneses@sonarsource.com> | 2023-08-15 09:41:12 -0500 |
commit | d06840ed2531b2e71f1399d6a1fc245258249b56 (patch) | |
tree | e14c5d29768c6f32fdea082898bf58c6fd2c7cb2 /.github | |
parent | bbd12cf8b78cbb51dc4674642ccfff7baecb7de0 (diff) | |
download | sonar-scanner-cli-d06840ed2531b2e71f1399d6a1fc245258249b56.tar.gz sonar-scanner-cli-d06840ed2531b2e71f1399d6a1fc245258249b56.zip |
[NO JIRA] Don't trigger release of Docker image
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release.yml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7c1f1ec..e73e503 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,17 +30,6 @@ jobs: secrets: | development/github/token/SonarSource-sonar-scanner-cli-release token | GITHUB_TOKEN_RELEASE; development/kv/data/slack token | SLACK_BOT_TOKEN; - - name: Create Release for Docker Image - id: create_release - uses: softprops/action-gh-release@v1 - env: - GITHUB_TOKEN: ${{ fromJSON(steps.secrets.outputs.vault).GITHUB_TOKEN_RELEASE }} - GITHUB_REPOSITORY: SonarSource/sonar-scanner-cli-docker - with: - tag_name: ${{ github.event.release.tag_name }} - body: Release containing ScannerCLI version ${{ github.event.release.tag_name }} - draft: false - prerelease: false - name: Notify failures on Slack uses: slackapi/slack-github-action@v1.23.0 if: failure() |