Skip to content

Commit bae5574

Browse files
committed
Fix Docker build to use patched vendor code by setting DEV_OBI=1
This prevents the Dockerfile from running 'make copy-obi-vendor' which was overwriting our memory spike fixes with the original OBI code.
1 parent 9a998b2 commit bae5574

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/betterstack-docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ jobs:
100100
build-args: |
101101
VERSION=${{ github.ref_name }}
102102
COMMIT=${{ github.sha }}
103+
DEV_OBI=1
103104
104105
- name: Update Docker Hub description
105106
if: github.event_name == 'push' && github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)