Skip to content

Commit

Permalink
update releases folder
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelSavignano committed Jan 27, 2020
1 parent 0fdcd52 commit 7517a79
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/buil-test-deploy.yml
Expand Up @@ -76,4 +76,6 @@ jobs:
run: docker login -u ${{secrets.DOCKER_USERNAME}} -p ${{secrets.DOCKER_PASSWORD}}

- name: Publish to DockerHub
run: ./releases/cached-docker -i devmasx/cached-docker -t $GITHUB_SHA
run: |
cp ./releases/linux/cached-docker /bin/cached-docker
cached-docker -i devmasx/cached-docker -t $GITHUB_SHA
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@ The docker multi stages are inferred from the Dockerfile.

## Installation

Download the [releases](./cached-docker)
Download the binary [releases](./releases)

```
sudo cp cached-docker /bin/cached-docker
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 7517a79

Please sign in to comment.