We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 268659d + 9067446 commit 1f19f5aCopy full SHA for 1f19f5a
.github/workflows/docker.yml
@@ -34,7 +34,7 @@
34
- 'name': 'Set up Docker Buildx'
35
'uses': 'docker/setup-buildx-action@v3'
36
'with':
37
- 'install': true'
+ 'install': true
38
- 'name': 'Publish to Docker Hub'
39
'env':
40
'DOCKER_USER': ${{ secrets.DOCKER_USER }}
docker/ci.Dockerfile
@@ -39,7 +39,6 @@ ARG BASE_IMAGE=adguard/go-builder:1.25.5--1
#
# NOTE: Only ADD the files required to install the dependencies.
41
FROM "$BASE_IMAGE" AS dependencies
42
-RUN ls -la .
43
ADD Makefile go.mod go.sum /app/
44
ADD scripts /app/scripts
45
WORKDIR /app
0 commit comments