Merge pull request #21371 from Garath620/master

Fix push expression in deploy_docker-image.yml
This commit is contained in:
Patrik Oldsberg
2023-11-29 16:47:54 +01:00
committed by GitHub
+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