mirror of
https://github.com/addnab/docker-run-action.git
synced 2024-12-26 18:51:03 +08:00
parent
a808c5419d
commit
43383a67d7
@ -34,9 +34,9 @@
|
|||||||
|
|
||||||
#### run an image built by a previous step
|
#### run an image built by a previous step
|
||||||
```yaml
|
```yaml
|
||||||
- uses: docker/build-push-action@v1
|
- uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
repository: test-image
|
tags: test-image:latest
|
||||||
push: false
|
push: false
|
||||||
- uses: addnab/docker-run-action@v3
|
- uses: addnab/docker-run-action@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user