mirror of
https://github.com/elgohr/Publish-Docker-Github-Action.git
synced 2026-03-12 18:07:12 -04:00
Document the digest output
This commit is contained in:
@@ -41,7 +41,8 @@ If you would like to publish the image to other registries, these actions might
|
||||
## Outputs
|
||||
|
||||
`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
|
||||
`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
|
||||
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user