Closed sarathchandra24 closed 8 months ago
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
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
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
it works, thank you @sarathchandra24
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