diff --git a/.github/workflows/actions-deploy.yml b/.github/workflows/actions-deploy.yml index 2fd79b5bb..242913a07 100644 --- a/.github/workflows/actions-deploy.yml +++ b/.github/workflows/actions-deploy.yml @@ -1,12 +1,11 @@ name: CD -on: - push: - branches: - - master - #on: -# pull_request: +# push: +# branches: +# - master +on: + pull_request: permissions: contents: write diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index b3814f3b1..d772a4e3e 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -1,5 +1,5 @@ FROM arm64v8/debian:10-slim -COPY ./build/artifacts/linux-aarch/dns-proxy-server /app/dns-proxy-server +COPY ./build/artifacts/linux-aarch64/dns-proxy-server /app/dns-proxy-server WORKDIR /app LABEL dps.container=true VOLUME ["/var/run/docker.sock", "/var/run/docker.sock"]