From 40748347ac6f767eacdb983f980fdee003160d11 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Thu, 1 Dec 2022 19:21:19 -0800 Subject: [PATCH] Add sha image tagging --- .github/workflows/ci_cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 83283d1..01849d3 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -39,6 +39,7 @@ jobs: tags: | latest type=edge + type=sha - name: Set up QEMU uses: docker/setup-qemu-action@master