From 2cb62be63dd94d471533480739607e988b159685 Mon Sep 17 00:00:00 2001 From: Niaz Faridani-Rad <tigrexspalterlp@gmail.com> Date: Tue, 14 Dec 2021 17:42:58 +0100 Subject: [PATCH] Update backend.yml --- .github/workflows/backend.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 7f56cfe..13cb7d1 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -87,6 +87,4 @@ jobs: context: ./backend platforms: linux/amd64,linux/arm64 push: true - tags: - reallibrephotos/librephotos:${{ github.event.release.tag_name }} - reallibrephotos/librephotos:latest + tags: reallibrephotos/librephotos:${{ github.event.release.tag_name }},reallibrephotos/librephotos:latest -- GitLab