Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ test-run:
RUN grep 'Found tool in cache' output2

merge-release-to-major-branch:
FROM alpine/git:v2.52.0@sha256:d46d88ab234733c6b6a9771acd6d1384172fd0e2224e0232bdae32ec671aa099
FROM alpine/git:v2.52.0@sha256:e6c6c4fd5fdb742d681fcdc6018cad699ca0a75909f7fe788e626b542a9c0438
RUN git config --global user.name "littleredcorvette" && \
git config --global user.email "[email protected]" && \
git config --global url."[email protected]:".insteadOf "https://github.com/"
Expand Down