From d05d9b6e81dfaec49248f3aa528ce9d07cc06354 Mon Sep 17 00:00:00 2001 From: Aj - Thomas Date: Wed, 11 May 2022 10:53:44 +0200 Subject: [PATCH] Add needs to completion after build --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 7251e9b7f..846055bdb 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -80,5 +80,5 @@ jobs: platforms: linux/amd64,linux/arm64,linux/arm/v7 context: . push: ${{ github.event_name != 'pull_request' }} - tags: ${{ steps.meta.outputs.tags }}, latest + tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}