Skip to content
Open
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:e6c6c4fd5fdb742d681fcdc6018cad699ca0a75909f7fe788e626b542a9c0438
FROM alpine/git:v2.52.0@sha256:49ba4b12ebea1d120da797a13e2cb480d74aae4c29c8d67f1646980b96060e92
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