🚀 Use composite action for increasing speed and enabling new

features
This commit is contained in:
Lars Gohr
2022-04-09 20:56:25 +02:00
parent 55a38a38bb
commit b3a06d90fd
2 changed files with 13 additions and 11 deletions

View File

@@ -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