fluent / fluent-operator

Operate Fluent Bit and Fluentd in the Kubernetes way - Previously known as FluentBit Operator
Apache License 2.0
587 stars 250 forks source link

Fix: attach latest tag to images - DockerHub synchronize with GHCR #1086

Closed sarathchandra24 closed 8 months ago

sarathchandra24 commented 8 months ago

What this PR does / why we need it:

This PR solves the problem of not pushing the latest tag to docker hub. Pushing this tag is mandatory as discussed in the PR https://github.com/fluent/fluent-operator/pull/1079

Which issue(s) this PR fixes:

Fixes #1068

GitHub action jobs - than ran on my personal credentials with tag v23.1.1 - this is just a temporary tag to check the creation of images.

Fluentd Job Fluent-Bit Job - In Progress Fluent Operator Job

Verification of images pushed to docker hub: fluent-operator fluentbit fluentd

Does this PR introduced a user-facing change?

Additional documentation, usage docs, etc.:

As per this https://github.com/containers/image/issues/447 discussion --additional-tags is only copying to docker-archive.

Also copying manifests is also not helping

benjaminhuo commented 8 months ago

it works, thank you @sarathchandra24 image