Add missing outputs param to docker build and push action

This commit is contained in:
bkellam 2024-09-19 13:12:40 -07:00
parent f57a3e4087
commit 4cf557bafc

View file

@ -82,6 +82,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: ${{ matrix.platform }}
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
- name: Export digest
run: |