From e303c73d4491e5bd5dde81170a8a64baaf75701e Mon Sep 17 00:00:00 2001 From: whyour Date: Tue, 22 Nov 2022 20:03:56 +0800 Subject: [PATCH] =?UTF-8?q?workflow=20=E5=A2=9E=E5=8A=A0=20digest=20?= =?UTF-8?q?=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_docker_image.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build_docker_image.yml b/.github/workflows/build_docker_image.yml index cc283bac..a3cb87de 100644 --- a/.github/workflows/build_docker_image.yml +++ b/.github/workflows/build_docker_image.yml @@ -170,3 +170,6 @@ jobs: labels: ${{ steps.meta.outputs.labels }} cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache + + - name: Image digest + run: echo ${{ steps.docker_build.outputs.digest }}