-
-
Notifications
You must be signed in to change notification settings - Fork 104
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
fix: docker labels #1024
Open
robot9706
wants to merge
59
commits into
develop
Choose a base branch
from
fix/docker-labels
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
fix: docker labels #1024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit c5f654f.
github-actions
bot
added
the
source:web
The scope of the issue or pull request is web.
label
Dec 4, 2024
robot9706
force-pushed
the
fix/docker-labels
branch
from
December 9, 2024 12:03
a07ae08
to
3050150
Compare
robot9706
temporarily deployed
to
Workflow - Protected
December 9, 2024 12:09 — with
GitHub Actions
Inactive
robot9706
temporarily deployed
to
Workflow - Protected
December 9, 2024 12:09 — with
GitHub Actions
Inactive
commit 7bd7f8a Author: Bence Nagygyörgy <[email protected]> Date: Mon Dec 9 13:04:22 2024 +0100 fix: secret validation commit 3050150 Author: Bence Nagygyörgy <[email protected]> Date: Mon Dec 9 12:47:11 2024 +0100 fix: add dyo env const commit bb39d53 Author: robot9706 <[email protected]> Date: Wed Dec 4 14:56:09 2024 +0100 fix: validation commit 0ae378d Author: Bence Nagygyörgy <[email protected]> Date: Wed Dec 4 12:50:09 2024 +0100 fix: lint commit 7d1a6d1 Author: Bence Nagygyörgy <[email protected]> Date: Wed Dec 4 10:56:26 2024 +0100 fix: image label rule validation commit 96d6d58 Author: Bence Nagygyörgy <[email protected]> Date: Tue Dec 3 13:08:19 2024 +0100 fix(crux): tag change label refresh
Merged into |
robot9706
temporarily deployed
to
Workflow - Protected
December 9, 2024 14:15 — with
GitHub Actions
Inactive
robot9706
temporarily deployed
to
Workflow - Protected
December 9, 2024 14:15 — with
GitHub Actions
Inactive
robot9706
force-pushed
the
feat/release-candidate
branch
5 times, most recently
from
December 16, 2024 12:42
bdf4c58
to
f59f9a6
Compare
m8vago
force-pushed
the
fix/docker-labels
branch
4 times, most recently
from
January 8, 2025 16:14
dd058f3
to
8674ca5
Compare
m8vago
force-pushed
the
fix/docker-labels
branch
from
January 8, 2025 16:15
8674ca5
to
68ff7a5
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix flaky docker label processing & add secret label type.
Implement tag filtering by creation date.
Disabled label & tag info requests for DockerHub APIs as it is rate limited and we need to fetch every manifest for a tag (TODO: rework this part).
Depends on #1018