Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
name: Build and Test
runs-on: ubuntu-latest
env:
RIOT_BRANCH: '2025.04-branch'
VERSION_TAG: '2025.07'
RIOT_BRANCH: '2025.07-branch'
VERSION_TAG: '2025.10'
DOCKER_REGISTRY: "${{ secrets.DOCKER_REGISTRY || 'local' }}"

steps:
Expand Down
3 changes: 3 additions & 0 deletions murdock-worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ COPY murdock_slave.sh /usr/bin/murdock_slave
# create cache folder
RUN mkdir -m777 /cache

# set cache folder for Download Cache
ENV DLCACHE_DIR /cache/.dlcache

ENTRYPOINT ["/bin/bash", "/run.sh"]

# By default, run a shell when no command is specified on the docker command line
Expand Down
Loading