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"]