From 1128110be386297ef0e128da477c1d9572336cad Mon Sep 17 00:00:00 2001 From: Manuel Date: Sat, 27 Jul 2024 19:02:29 +0200 Subject: [PATCH] fix: docker push flag --- .github/workflows/deployment-docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment-docker-image.yml b/.github/workflows/deployment-docker-image.yml index 8a58b9a2b..47daa75bc 100644 --- a/.github/workflows/deployment-docker-image.yml +++ b/.github/workflows/deployment-docker-image.yml @@ -93,7 +93,7 @@ jobs: with: platforms: linux/amd64 # we currently do't build for linux/arm64 as it's really slow and we'll move to a self hosted runner for that or use the official github runner, once it's available context: . - push: ${{ github.events.inputs.push-image }} + push: "${{ github.events.inputs.push-image }}" tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} network: host