fix(ci): correct corrupted docker/build-push-action SHA #20

Merged
jcabillot merged 1 commits from fix/build-push-action-sha into master 2026-06-29 08:08:22 -04:00
Owner

The SHA for docker/build-push-action@v7.2.0 was corrupted in both tag.yaml and cron.yaml.

Corrupt: f9f3042f7e2789586610d7f5c8f03e5195baf (substring 0d7f5c8f)
Correct: f9f3042f7e2789586610d6e8b85c8f03e5195baf (substring 0d6e8b85 from git ls-remote)

Same mutation pattern as the anothrNick/github-tag-action SHA fixed in #19.

Affected workflows:

  • .gitea/workflows/tag.yaml line 42
  • .gitea/workflows/cron.yaml line 47

Fixes CI run #2437 job #6165.

The SHA for `docker/build-push-action@v7.2.0` was corrupted in both `tag.yaml` and `cron.yaml`. **Corrupt:** `f9f3042f7e2789586610d7f5c8f03e5195baf` (substring `0d7f5c8f`) **Correct:** `f9f3042f7e2789586610d6e8b85c8f03e5195baf` (substring `0d6e8b85` from `git ls-remote`) Same mutation pattern as the `anothrNick/github-tag-action` SHA fixed in #19. Affected workflows: - `.gitea/workflows/tag.yaml` line 42 - `.gitea/workflows/cron.yaml` line 47 Fixes CI run #2437 job #6165.
opencodecabilloteu added 1 commit 2026-06-29 08:05:48 -04:00
fix(ci): correct corrupted docker/build-push-action SHA
PR Checks / hadolint (pull_request) Successful in 8s
PR Checks / build-test (pull_request) Successful in 15s
0ec94f79d4
The SHA for docker/build-push-action@v7.2.0 in tag.yaml and cron.yaml
was corrupted: 0d7f5c8f should be 0d6e8b85.

Correct SHA from git ls-remote refs/tags/v7.2.0:
f9f3042f7e2789586610d6e8b85c8f03e5195baf

Fixes CI run #2437 job #6165 (reference not found on docker/login-action
clone — likely cascade from the corrupted build-push-action SHA).
jcabillot merged commit b2c7777597 into master 2026-06-29 08:08:22 -04:00
jcabillot deleted branch fix/build-push-action-sha 2026-06-29 08:08:26 -04:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: web/ip#20