Browse Source

[NO JIRA] Don't trigger release of Docker image

pull/154/head
Duarte Meneses 8 months ago
parent
commit
232ba8e440
1 changed files with 0 additions and 11 deletions
  1. 0
    11
      .github/workflows/release.yml

+ 0
- 11
.github/workflows/release.yml View File

@@ -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()

Loading…
Cancel
Save