atlassian / escalator

Escalator is a batch or job optimized horizontal autoscaler for Kubernetes
Apache License 2.0
646 stars 58 forks source link

[BUG] Docker push action failing #219

Closed awprice closed 1 year ago

awprice commented 1 year ago

Describe the bug The Docker push action is currently failing, even though it is able to successfully push the images to the Github container registry.

To Reproduce Run the Docker action on master

Expected behavior For the Docker push action to not fail even if it does successfully push the image.

Screenshots or Logs https://github.com/atlassian/escalator/actions/runs/4485895033/jobs/7887883086

Kubernetes Cluster Version N/A

Escalator Version N/A

Additional context N/A

awprice commented 1 year ago

@hligit I think you might have worked on the Docker push action/workflow recently, would you happen to know what is happening?

hligit commented 1 year ago

Probably a breaking change with the buildx setup action. The doc is using v2 now.