Fixed deploy_docker-image.yml workflow syntax

Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
Andre Wanlin
2024-02-27 13:58:44 -06:00
parent c5fd8cc770
commit b9ee7c3052
+1 -1
View File
@@ -61,7 +61,7 @@ jobs:
with:
context: './example-app'
file: ./example-app/packages/backend/Dockerfile
push: ${{ (github.event_name == "repository_dispatch") && (github.event.action == "release-published") }}
push: ${{ (github.event_name == 'repository_dispatch') && (github.event.action == 'release-published') }}
platforms: linux/amd64,linux/arm64
tags: |
ghcr.io/${{ github.repository_owner }}/backstage:latest