Fix push expression in deploy_docker-image.yml
Signed-off-by: Garath620 <Garath620@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user