From 71c3a7b0c13977c4bdd65b78b278b2be381ee4cf Mon Sep 17 00:00:00 2001 From: Yash Jagdale Date: Wed, 30 Nov 2022 17:44:23 +0530 Subject: [PATCH] Docker tagging upgraded to V3 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fa28aca..7b9f391 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -66,4 +66,4 @@ jobs: context: . push: true file: docker/Dockerfile - tags: tokern/piicatcher:latest tokern/piicatcher:${{ github.ref_name }} + tags: tokern/piicatcher:latest,tokern/piicatcher:${{ github.ref_name }}