Add needs to completion after build

This commit is contained in:
Aj - Thomas
2022-05-11 10:20:47 +02:00
parent a5b3ccc756
commit 22564e5593

View File

@@ -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 }}