From b82562bbc73757ff1af5c2542ed6c90b32c084b8 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 30 Oct 2023 11:44:30 +0100 Subject: [PATCH] cleanup --- .github/settings.yml | 4 ++-- Dockerfile.multiarch | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index fd378ba..df310fa 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -11,7 +11,7 @@ repository: has_wiki: false has_downloads: false - default_branch: master + default_branch: main allow_squash_merge: true allow_merge_commit: true @@ -51,7 +51,7 @@ teams: permission: admin branches: - - name: master + - name: main protection: required_pull_request_reviews: null required_status_checks: diff --git a/Dockerfile.multiarch b/Dockerfile.multiarch index c30bda0..4d48a1e 100644 --- a/Dockerfile.multiarch +++ b/Dockerfile.multiarch @@ -29,5 +29,5 @@ RUN apk add --no-cache bash git curl rsync openssh-client sshpass py3-pip py3-re pip3 install ansible=="${ANSIBLE_VERSION}" boto3 hcloud pywinrm passlib jsonschema && \ apk del --no-cache python3-dev libffi-dev build-base -COPY --from=build /src/dist/drone-docker-buildx /bin/drone-docker-buildx +COPY --from=build /src/dist/drone-ansible /bin/drone-ansible ENTRYPOINT ["/bin/drone-ansible"]