We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e84f312 commit 7dc6023Copy full SHA for 7dc6023
2 files changed
.github/workflows/docker_build.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Log into registry ${{ env.REGISTRY }}
33
if: github.event_name != 'pull_request'
34
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
35
with:
36
registry: ${{ env.REGISTRY }}
37
username: ${{ github.actor }}
docker/Dockerfile
@@ -25,5 +25,4 @@ COPY ./cont-init.d /etc/cont-init.d
25
RUN chmod +x /etc/services.d/*/run /etc/cont-init.d/*
26
27
WORKDIR /etc/bind
28
-
29
ENTRYPOINT ["/init"]
0 commit comments