Skip to content

Commit

Permalink
test clean pdns repo
Browse files Browse the repository at this point in the history
  • Loading branch information
romeroalx committed Nov 15, 2023
1 parent dbb9b11 commit 50e233e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-debian-bookworm-image-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
--tag $IMAGE_ID:$IMAGE_TAG --build-arg IMAGE_TAG=$DEBIAN_RELEASE_NAME \
--build-arg DOCKER_GID=$(stat -c %g /var/run/docker.sock) \
--build-arg REPO_URL=https://github.com/romeroalx/pdns.git \
--build-arg REPO_BRANCH=dev-actions-debian-bookworm
--build-arg REPO_BRANCH=cleanup-actions-setup-script
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-debian-bullseye-image-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
--tag $IMAGE_ID:$IMAGE_TAG --build-arg IMAGE_TAG=$DEBIAN_RELEASE_NAME \
--build-arg DOCKER_GID=$(stat -c %g /var/run/docker.sock) \
--build-arg REPO_URL=https://github.com/romeroalx/pdns.git \
--build-arg REPO_BRANCH=master
--build-arg REPO_BRANCH=cleanup-actions-setup-script
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get -y install \
sudo git curl gnupg software-properties-common wget \
ca-certificates apt-utils build-essential vim \
iproute2 net-tools iputils-* ifupdown cmake acl \
npm time mariadb-client postgresql-client jq python3 python3-venv
npm time mariadb-client postgresql-client jq python3

# Required for auth-backend gsqlite3 tests
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1
Expand Down

0 comments on commit 50e233e

Please sign in to comment.