Skip to content

Commit

Permalink
ref 1.0 in dockerfile, 1.0 in README
Browse files Browse the repository at this point in the history
  • Loading branch information
gorup committed Jul 15, 2020
1 parent 99f6f26 commit 10535fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Deb Build
uses: ebbflow-io/cargo-deb-amd64-ubuntu@master
uses: ebbflow-io/cargo-deb-amd64-ubuntu@1.0
```
A working example can be found in use by Ebbflow to build its client package for various OS and CPU architectures [here](https://github.com/ebbflow-io/ebbflow/blob/master/.github/workflows/continuous-integration.yml).
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ inputs:
default: 'cargo deb --target=x86_64-unknown-linux-musl'
runs:
using: 'docker'
image: 'docker://ebbflow/cargo-deb-amd64-ubuntu:latest'
image: 'docker://ebbflow/cargo-deb-amd64-ubuntu:1.0'
args:
- ${{ inputs.cmd }}

0 comments on commit 10535fd

Please sign in to comment.