@davisagli @ericof Could one of you make a new release from main please? It seems that this would be enough to fix the problems that @fredvd and me have been having at VMM when trying to authenticate to ghcr.io.
I don't have a full explanation. But version 1.2.0 of the action uses version 1.2.0 of the accompanying docker image, and this was made in 2022 and is Alpine Linux 3.17_alpha20221110 with Docker version 20.10.21. The main branch uses the latest docker image from this repo (a few months old), and this is Alpine Linux 3.21.0_alpha20240807 with Docker version 27.3.1.
One theory I had was that the older version could not handle a PAT/PASSWORD that ends with a newline, but that is not the case. Maybe environment variables do not get picked up correctly. Possibly the old version does not handle values from a GitHub secret correctly.
So still mostly a mystery to us why this suddenly started failing for us. But a new release would fix it.
I think merging my PR #12 would be fine, but not strictly necessary.
@davisagli @ericof Could one of you make a new release from main please? It seems that this would be enough to fix the problems that @fredvd and me have been having at VMM when trying to authenticate to ghcr.io.
I don't have a full explanation. But version 1.2.0 of the action uses version 1.2.0 of the accompanying docker image, and this was made in 2022 and is Alpine Linux 3.17_alpha20221110 with Docker version 20.10.21. The main branch uses the latest docker image from this repo (a few months old), and this is Alpine Linux 3.21.0_alpha20240807 with Docker version 27.3.1.
One theory I had was that the older version could not handle a PAT/PASSWORD that ends with a newline, but that is not the case. Maybe environment variables do not get picked up correctly. Possibly the old version does not handle values from a GitHub secret correctly.
So still mostly a mystery to us why this suddenly started failing for us. But a new release would fix it.
I think merging my PR #12 would be fine, but not strictly necessary.