Document the digest output

This commit is contained in:
Lars Gohr
2019-12-15 12:20:34 +01:00
parent ae6a789cff
commit f1df09237f
2 changed files with 4 additions and 1 deletions

View File

@@ -42,6 +42,7 @@ If you would like to publish the image to other registries, these actions might
`tag` is the tag, which was pushed
`snapshot-tag` is the tag that is generated by the [snapshot-option](https://github.com/elgohr/Publish-Docker-Github-Action#snapshot) and pushed
`digest` is the digest of the image, which was pushed
## Optional Arguments

View File

@@ -40,6 +40,8 @@ outputs:
description: 'Is the tag, which was pushed'
snapshot-tag:
description: 'Is the tag that is generated by the snapshot-option and pushed'
digest:
description: 'Is the digest of the image, which was pushed'
runs:
using: 'docker'
image: 'Dockerfile'