Skip to content

Commit

Permalink
Publish to Docker Hub
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechilds committed Aug 7, 2023
1 parent c7b2e97 commit 7828c5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- run: docker login --username "${{ github.actor }}" --password ${{ secrets.GITHUB_TOKEN }} ghcr.io
- run: docker login --username "${{ github.actor }}" --password ${{ secrets.DOCKER_HUB_TOKEN }}
- run: docker buildx create --use
- run: docker buildx build --platform linux/amd64,linux/arm64 --tag ghcr.io/${{ github.repository }}:${{ github.ref_name }} --push .
- run: docker buildx build --platform linux/amd64,linux/arm64 --tag ghcr.io/${{ github.repository }}:latest --push .
- run: docker buildx build --platform linux/amd64,linux/arm64 --tag ${{ github.repository }}:${{ github.ref_name }} --push .
- run: docker buildx build --platform linux/amd64,linux/arm64 --tag ${{ github.repository }}:latest --push .
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ You can see it in action here:
You can run humanscript in a sandboxed environment via Docker:
```shell
docker run -it ghcr.io/lukechilds/humanscript
docker run -it lukechilds/humanscript
```
Alternatively you can install it natively on your system with Homebrew:
Expand Down

0 comments on commit 7828c5c

Please sign in to comment.