Skip to content

fix(ci): Buildx setup so the release Docker job can export gha cache#24

Merged
TONresistor merged 1 commit into
mainfrom
dev
Jun 19, 2026
Merged

fix(ci): Buildx setup so the release Docker job can export gha cache#24
TONresistor merged 1 commit into
mainfrom
dev

Conversation

@TONresistor

Copy link
Copy Markdown
Owner

Hotfix for the failed v0.9.0 release run.

publish-docker failed with Cache export is not supported for the docker driver: the 0.9.0 cycle added cache-from/cache-to: type=gha to the build-push step without a docker/setup-buildx-action step, so the default docker driver can't export the GHA cache. Adds docker/setup-buildx-action@v3 (creates a docker-container driver) before login.

Note: the publish-npm failure in the same run is a separate, credential-side issue (E404 on PUT to an existing public package = invalid/expired NPM_TOKEN), not addressed by this code change.

@TONresistor TONresistor merged commit 71a0a22 into main Jun 19, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant