workflow 增加 digest 打印

This commit is contained in:
whyour 2022-11-22 20:03:56 +08:00
parent e5e8e66d6b
commit e303c73d44

View File

@ -170,3 +170,6 @@ jobs:
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
cache-from: type=local,src=/tmp/.buildx-cache cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}