Skip to content

Commit

Permalink
fix perms
Browse files Browse the repository at this point in the history
  • Loading branch information
onyxhat committed Mar 11, 2021
1 parent d935553 commit eaa2d89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ jobs:
dir: ./${{ env.BINARY_OUTDIR }}/
upx_args: -8

- name: Fix Permissions
run: chmod -R +x ./$BINARY_OUTDIR/

- name: Create PreRelease
uses: ncipollo/release-action@v1
with:
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ FROM alpine:latest
LABEL MAINTAINER="onyxhat"
LABEL REPO="https://github.com/onyxhat/dreamhost-dyndns"
COPY ./bin/dreamhost-dyndns-linux-386 /app/dreamhost-dyndns
RUN chmod -R +x /app
CMD [ "/app/dreamhost-dyndns" ]

0 comments on commit eaa2d89

Please sign in to comment.