Skip to content

Commit

Permalink
check files
Browse files Browse the repository at this point in the history
  • Loading branch information
abe garcia committed Nov 10, 2023
1 parent 3954a5a commit 7effc4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
name: build

- name: Add executable permissions
run: chmod +x clouddriver
run: |
chmod +x clouddriver
ls
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM alpine
RUN apk add --no-cache ca-certificates curl
COPY clouddriver /usr/local/bin
RUN ls -l /usr/local/bin
CMD ["/usr/local/bin/clouddriver"]

0 comments on commit 7effc4e

Please sign in to comment.