Skip to content

Commit

Permalink
Merge pull request #5 from FreifunkMD/fix-action-branch-name
Browse files Browse the repository at this point in the history
Fix Docker build
  • Loading branch information
penguineer authored Oct 25, 2022
2 parents 5dbf762 + fe81bb1 commit 4c986e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Docker Image CI
on:
push:
branches:
- 'main'
- 'master'
tags:
- 'v*'
pull_request:
branches:
- 'main'
- 'master'

jobs:
docker:
Expand Down
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/* \
&& rm -rf /var/cache/apt/*

COPY --from=install /tmp/bind /etc/bind

EXPOSE 53/udp 53/tcp

COPY named.conf.local /etc/bind
Expand Down

0 comments on commit 4c986e5

Please sign in to comment.