mirror of
https://github.com/addnab/docker-run-action.git
synced 2024-12-26 18:51:03 +08:00
commit
3e77f186b7
@ -9,6 +9,8 @@
|
|||||||
#### Typical Use Case
|
#### Typical Use Case
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v2 # Required to mount the Github Workspace to a volume
|
||||||
- uses: addnab/docker-run-action@v3
|
- uses: addnab/docker-run-action@v3
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user