Skip to content

Commit 2f27e45

Browse files
committed
github/workflows: don't pin docker image for build test
1 parent 86fdf1c commit 2f27e45

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,9 @@ jobs:
167167
- name: Run static tests
168168
run: |
169169
docker run --rm -t -v $(pwd)/RIOT:/data/riotbuild \
170-
-e CI_BASE_BRANCH=${{ env.RIOT_BRANCH }} ${{ env.DOCKER_REGISTRY }}/riotbuild:latest \
170+
-e CI_BASE_BRANCH=${{ env.RIOT_BRANCH }} \
171+
-e ENABLE_DOCKER_PINNING_TEST=0 \
172+
${{ env.DOCKER_REGISTRY }}/riotbuild:latest \
171173
./dist/tools/ci/static_tests.sh
172174
173175
- name: Build murdock worker

0 commit comments

Comments
 (0)