mirror of
https://github.com/elgohr/Publish-Docker-Github-Action.git
synced 2026-03-12 18:07:12 -04:00
🚀 Use composite action for increasing speed and enabling new
features
This commit is contained in:
@@ -61,5 +61,7 @@ outputs:
|
||||
digest:
|
||||
description: 'Is the digest of the image, which was pushed'
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
using: 'composite'
|
||||
steps:
|
||||
- run: ${{ github.action_path }}/entrypoint.sh
|
||||
shell: bash
|
||||
Reference in New Issue
Block a user