Procházet zdrojové kódy

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

pull/154/head
Duarte Meneses před 9 měsíci
rodič
revize
232ba8e440
1 změnil soubory, kde provedl 0 přidání a 11 odebrání
  1. 0
    11
      .github/workflows/release.yml

+ 0
- 11
.github/workflows/release.yml Zobrazit soubor

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

Načítá se…
Zrušit
Uložit