From dced882f75b9f7ab0b2af3e0c31fb812d84d6ad4 Mon Sep 17 00:00:00 2001 From: gadotroee <55343099+gadotroee@users.noreply.github.com> Date: Thu, 29 Apr 2021 12:58:53 +0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 56f51be4d..026a33f1b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,12 +13,12 @@ jobs: id: meta uses: crazy-max/ghaction-docker-meta@v2 with: - # list of Docker images to use as base name for tags - images: gcr.io/up9-docker-hub/mizu - # generate Docker tags based on the following events/attributes + images: | + gcr.io/up9-docker-hub/mizu/${GITHUB_REF##*/} tags: | - type=ref,event=branch type=sha + type=raw,${{GITHUB_SHA}} + type=raw,latest - name: Login to DockerHub uses: docker/login-action@v1 with: