Skip to content

Commit

Permalink
adjusting and praying
Browse files Browse the repository at this point in the history
  • Loading branch information
mageddo committed Feb 20, 2023
1 parent 3542cfe commit 09a73cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/actions-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: CD
on:
push:
branches:
- master

#on:
# pull_request:
# push:
# branches:
# - master

on:
pull_request:

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit 09a73cf

Please sign in to comment.