From d9f6f04161470b91fff6e02c4966b9aba25b5ebd Mon Sep 17 00:00:00 2001 From: Sergey Bogatyrets Date: Sat, 21 Mar 2020 00:07:46 +0300 Subject: [PATCH] Docker latest tag for master branch --- .github/workflows/master.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index f32239a..0cb099a 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -34,4 +34,5 @@ jobs: --platform linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64 \ --output "type=image,push=false" \ --push \ + --tag latest \ .