Skip to content

Bump Docker actions off the deprecated Node 20 runtime - #12

Merged
maksimu merged 1 commit into
mainfrom
ci/bump-docker-actions
Aug 27, 2026
Merged

Bump Docker actions off the deprecated Node 20 runtime#12
maksimu merged 1 commit into
mainfrom
ci/bump-docker-actions

Conversation

@maksimu

@maksimu maksimu commented Aug 27, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • docker/setup-qemu-action v3 → v4
  • docker/setup-buildx-action v3 → v4
  • docker/build-push-action v6 → v7

Context

The CI run on #10 reported that these three actions target Node 20 and are being forced onto Node 24 by the runner. Bumping them now, before the first release, so the release workflow is not running actions on a deprecated runtime.

build-push-action v7 removes the DOCKER_BUILD_NO_SUMMARY and DOCKER_BUILD_EXPORT_RETENTION_DAYS environment variables and legacy build summary export. None are used here, and the inputs this repository passes are unchanged.

actions/checkout@v6 and docker/login-action@v4 were not flagged and are left as they are.

GitHub Actions reported that setup-qemu-action@v3, setup-buildx-action@v3
and build-push-action@v6 target Node 20 and are being forced onto Node 24.

- docker/setup-qemu-action v3 -> v4
- docker/setup-buildx-action v3 -> v4
- docker/build-push-action v6 -> v7

build-push-action v7 drops the DOCKER_BUILD_NO_SUMMARY and
DOCKER_BUILD_EXPORT_RETENTION_DAYS environment variables and legacy build
summary export, none of which are used here.

actions/checkout@v6 and docker/login-action@v4 were not flagged and are
unchanged.
@maksimu
maksimu merged commit f4b8b1b into main Aug 27, 2026
3 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