mirror of
https://github.com/peter-evans/dockerhub-description.git
synced 2024-11-22 03:59:34 +01:00
Update action version
This commit is contained in:
parent
10e602777f
commit
b5167ca4ba
2 changed files with 2 additions and 2 deletions
|
@ -94,7 +94,7 @@ docker run -v $PWD:/workspace \
|
||||||
-e DOCKERHUB_PASSWORD='xxxxx' \
|
-e DOCKERHUB_PASSWORD='xxxxx' \
|
||||||
-e DOCKERHUB_REPOSITORY='user1/my-docker-image' \
|
-e DOCKERHUB_REPOSITORY='user1/my-docker-image' \
|
||||||
-e README_FILEPATH='/workspace/README.md' \
|
-e README_FILEPATH='/workspace/README.md' \
|
||||||
peterevans/dockerhub-description:2.2
|
peterevans/dockerhub-description:2.3
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
|
@ -16,7 +16,7 @@ description: 'An action to update a Docker Hub repository description from READM
|
||||||
# default: ./README.md
|
# default: ./README.md
|
||||||
runs:
|
runs:
|
||||||
using: 'docker'
|
using: 'docker'
|
||||||
image: 'docker://peterevans/dockerhub-description:2.2.0'
|
image: 'docker://peterevans/dockerhub-description:2.3.0'
|
||||||
branding:
|
branding:
|
||||||
icon: 'upload'
|
icon: 'upload'
|
||||||
color: 'blue'
|
color: 'blue'
|
||||||
|
|
Loading…
Reference in a new issue