Skip to content

Commit 0894e21

Browse files
Fixed action
1 parent 7aab577 commit 0894e21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-docker.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,14 @@ jobs:
4141
run: |
4242
cd external/ton
4343
git apply ../../patches/ton_001.patch
44+
git diff
4445
4546
# TODO: fix this
4647
- name: Apply patch to userver-framework/userver
4748
run: |
4849
cd external/userver
4950
git apply ../../patches/userver_001.patch
51+
git diff
5052
5153
- name: Login to DockerHub
5254
uses: docker/login-action@v3

0 commit comments

Comments
 (0)