Skip to content

Commit

Permalink
Testing docker again
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatson committed Aug 26, 2024
1 parent 2d39d00 commit e4d6698
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: rqbit-linux-static-x86_64
path: output/rqbit-linux-static-x86_64
path: target/artifacts/rqbit-linux-static-x86_64

build-push-docker:
runs-on: ubuntu-latest
Expand All @@ -42,9 +42,6 @@ jobs:
name: rqbit-linux-static-x86_64
path: target/x86_64/rqbit

- name: chmod +x
run: chmod +x target/x86_64/rqbit

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM scratch

## Assumes you are running this from respective context folder.
COPY rqbit /bin/rqbit
COPY --chmod=755 rqbit /bin/rqbit

WORKDIR /home/rqbit

Expand Down

0 comments on commit e4d6698

Please sign in to comment.