implement tag on docker build

This commit is contained in:
Wendy Liga
2023-01-24 10:21:58 +07:00
parent c8af6b0123
commit 180ca6625f

View File

@@ -41,6 +41,8 @@ jobs:
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64,linux/arm/v7
build-args: BUILDX_QEMU_ENV=true