Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(cd): remove trigger of tags to avoid it overwriting release #12042

Merged
merged 1 commit into from
Nov 20, 2023

Conversation

fffonion
Copy link
Contributor

@fffonion fffonion commented Nov 16, 2023

Fix #11776

If tag is created after the release workflow_dispatch is finished, it may overwrite existing ubuntu docker image.

@github-actions github-actions bot added the chore Not part of the core functionality of kong, but still needed label Nov 16, 2023
@fffonion fffonion merged commit c75c7e0 into master Nov 20, 2023
27 checks passed
@fffonion fffonion deleted the fffonion-patch-1 branch November 20, 2023 08:13
@team-gateway-bot
Copy link
Collaborator

Successfully created backport PR for release/3.5.x:

hanshuebner pushed a commit that referenced this pull request Nov 20, 2023
…2042)

Fix #11776

If tag is created after the release workflow_dispatch is finished, it may overwrite existing ubuntu docker image.
@jschmid1 jschmid1 added the cherry-pick kong-ee schedule this PR for cherry-picking to kong/kong-ee label Jan 25, 2024
@team-gateway-bot
Copy link
Collaborator

Successfully created cherry-pick PR for master:

@team-gateway-bot
Copy link
Collaborator

Backport failed for release/3.5.x, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin release/3.5.x
git worktree add -d .worktree/backport-12042-to-release/3.5.x origin/release/3.5.x
cd .worktree/backport-12042-to-release/3.5.x
git switch --create backport-12042-to-release/3.5.x
git cherry-pick -x c75c7e0f03d7f2cdbc10d2f5d4862797b7d18fbe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherry-pick kong-ee schedule this PR for cherry-picking to kong/kong-ee chore Not part of the core functionality of kong, but still needed size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Release 3.4.2 does not have an ARM64 image on DockerHub
5 participants