Skip to content

Commit 7dc6023

Browse files
1 parent e84f312 commit 7dc6023

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/docker_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Log into registry ${{ env.REGISTRY }}
3333
if: github.event_name != 'pull_request'
34-
uses: docker/login-action@v3
34+
uses: docker/login-action@v4
3535
with:
3636
registry: ${{ env.REGISTRY }}
3737
username: ${{ github.actor }}

docker/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,4 @@ COPY ./cont-init.d /etc/cont-init.d
2525
RUN chmod +x /etc/services.d/*/run /etc/cont-init.d/*
2626

2727
WORKDIR /etc/bind
28-
2928
ENTRYPOINT ["/init"]

0 commit comments

Comments
 (0)