Add needs to completion after build

This commit is contained in:
Aj - Thomas
2022-05-11 10:53:44 +02:00
parent 161319ea4e
commit d05d9b6e81

View File

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