Skip to content

Commit

Permalink
chore(cd): remove trigger of tags to avoid it overwriting release (#1…
Browse files Browse the repository at this point in the history
…2042)

Fix #11776

If tag is created after the release workflow_dispatch is finished, it may overwrite existing ubuntu docker image.
  • Loading branch information
fffonion authored Nov 20, 2023
1 parent f36bd0a commit c75c7e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ on: # yamllint disable-line rule:truthy
schedule:
- cron: '0 0 * * *'
push:
tags:
- '**'
branches:
- master
workflow_dispatch:
Expand Down

1 comment on commit c75c7e0

@khcp-gha-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:c75c7e0f03d7f2cdbc10d2f5d4862797b7d18fbe
Artifacts available https://github.com/Kong/kong/actions/runs/6927243238

Please sign in to comment.