Added digest to outputs

This commit is contained in:
SamTV12345 2025-04-07 21:12:57 +02:00 committed by SamTV12345
parent 6a750f191e
commit f8239863d8

View file

@ -107,6 +107,8 @@ jobs:
if: github.event_name == 'push'
uses: docker/build-push-action@v6
with:
outputs:
- digest
context: ./etherpad
target: production
platforms: linux/amd64,linux/arm64