Skip to content

Commit

Permalink
Debug Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier-romero committed Aug 28, 2024
1 parent ec4ad39 commit 85dde5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build docker image and run node tests

on:
push:
branches: [ develop, main, fork_8 ]
branches: [ develop, main, fork_8, docker_debug ]

jobs:
build-docker:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-GHA
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COPY ./test ./test
COPY ./tools ./tools
COPY Makefile .
RUN make generate
RUN make -j
RUN make dbg=1 -j


FROM ubuntu:22.04 as executor
Expand Down

0 comments on commit 85dde5b

Please sign in to comment.