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: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ jobs:
docker push firstfloor/ldaputils:latest
touch build.log
echo "Docker Image firstfloor/ldaputils:latest built and pushed successfully" >> build.log
exit 1

- name: Upload build log
uses: actions/upload-artifact@v4
if: always()
with:
path: build.log
name: build-log
Expand Down
Loading