From cc9a977f96182c47102665c8ffe7138254544e71 Mon Sep 17 00:00:00 2001 From: Sergey Bogatyrets Date: Sat, 21 Mar 2020 00:27:39 +0300 Subject: [PATCH] Up --- .github/workflows/master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 5289075..9061b9d 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -35,5 +35,5 @@ jobs: --platform linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64 \ --output "type=image,push=false" \ --push \ - --tag "$DOCKERHUB_REPOSITORY/latest" \ + --tag "serjs/latest" \ .