Skip to content

Commit e3b9c52

Browse files
fix: pin devcontainer CLI to 0.71.0 for GHCR auth compat
The latest devcontainers/cli (0.83.0) has a GHCR authentication bug where it fails to parse the WWW-Authenticate header. Pin to 0.71.0 which previously published successfully. Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent 719e410 commit e3b9c52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
publish-features: "true"
2121
base-path-to-features: "./features"
2222
generate-docs: "true"
23-
oci-registry-password: ${{ secrets.GITHUB_TOKEN }}
23+
devcontainer-cli-version: "0.71.0"
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)