From 22564e5593a8e3e16ec13d6e13a80ae22a759c1e Mon Sep 17 00:00:00 2001 From: Aj - Thomas Date: Wed, 11 May 2022 10:20:47 +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 ac5f1630f..4fc7526ae 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -77,5 +77,5 @@ jobs: platforms: linux/amd64,linux/arm64,linux/arm/v7 context: . push: ${{ github.event_name != 'pull_request' }} - tags: ${{ steps.meta.outputs.tags }} + tags: ${{ steps.meta.outputs.tags }}, latest labels: ${{ steps.meta.outputs.labels }}