Skip to content

Commit

Permalink
released new version which tag on arch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Guo committed Nov 7, 2023
1 parent 88cfcc7 commit 9901acb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }},ericguo/oauth2id:${{ github.ref_name }}
labels: ${{ steps.meta.outputs.labels }}
tags: ${{ steps.meta.outputs.tags }},ericguo/oauth2id:${{ github.ref_name }}-amd64
labels: ${{ steps.meta.outputs.labels }}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ bin/rails test:all
# Build & Run in docker mode

```bash
docker build -t oauth2id-main .
docker run -p 3000:3000 -d --restart always --name oauth2id --env RAILS_MASTER_KEY=YourMasterKey -v ./storage:/rails/storage oauth2id-main
docker build --tag ericguo/oauth2id:main-$(uname -m) .
docker run -p 3000:3000 -d --restart always --name oauth2id --env RAILS_MASTER_KEY=YourMasterKey -v ./storage:/rails/storage ericguo/oauth2id:main-$(uname -m)
```

# Dev env setup
Expand Down

0 comments on commit 9901acb

Please sign in to comment.