fix(ci): correct corrupted docker/build-push-action SHA #20
Reference in New Issue
Block a user
Delete Branch "fix/build-push-action-sha"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The SHA for
docker/build-push-action@v7.2.0was corrupted in bothtag.yamlandcron.yaml.Corrupt:
f9f3042f7e2789586610d7f5c8f03e5195baf(substring0d7f5c8f)Correct:
f9f3042f7e2789586610d6e8b85c8f03e5195baf(substring0d6e8b85fromgit ls-remote)Same mutation pattern as the
anothrNick/github-tag-actionSHA fixed in #19.Affected workflows:
.gitea/workflows/tag.yamlline 42.gitea/workflows/cron.yamlline 47Fixes CI run #2437 job #6165.