Skip to content

Commit 9067446

Browse files
committed
Pull request: ADG-11407-fix-docker-ci
Merge in GO/dnsproxy from ADG-11407-fix-docker-ci to master Squashed commit of the following: commit 06fd2f2 Author: Dimitry Kolyshev <dkolyshev@adguard.com> Date: Wed Feb 4 10:43:24 2026 +0700 docker: fix
1 parent 8f31632 commit 9067446

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
- 'name': 'Set up Docker Buildx'
3535
'uses': 'docker/setup-buildx-action@v3'
3636
'with':
37-
'install': true'
37+
'install': true
3838
- 'name': 'Publish to Docker Hub'
3939
'env':
4040
'DOCKER_USER': ${{ secrets.DOCKER_USER }}

docker/ci.Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ ARG BASE_IMAGE=adguard/go-builder:1.25.5--1
3939
#
4040
# NOTE: Only ADD the files required to install the dependencies.
4141
FROM "$BASE_IMAGE" AS dependencies
42-
RUN ls -la .
4342
ADD Makefile go.mod go.sum /app/
4443
ADD scripts /app/scripts
4544
WORKDIR /app

0 commit comments

Comments
 (0)