fix(content): correct Docker Engine 29.0.0 date and align login-action version

Docker Engine 29.0.0 was released 2025-11-10 per docs.docker.com release
notes, not 2025-11-11 (off by one day). Also bring docker/login-action
reference in 18.6 up to v4 to match the 21.2 example (v4 has been current
since 2026-03-04).
This commit is contained in:
yeasy
2026-05-22 03:19:37 -07:00
parent ec0fa15835
commit 7f83abc53b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -466,7 +466,7 @@ jobs:
- name: Login to Registry and Push
if: github.event_name == 'push'
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}