We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34713c6 commit 5cc7c3aCopy full SHA for 5cc7c3a
.github/workflows/deploy.yml
@@ -63,6 +63,8 @@ jobs:
63
service: frontend/${{ env.TF_WORKSPACE }}
64
tag: ${{ steps.git.outputs.githash }}
65
github_token: ${{ secrets.GITHUB_TOKEN }}
66
+ - name: test
67
+ run: echo ${{ steps.image.outputs.image_exists }}
68
69
check-backend-build:
70
name: Check backend needs building
0 commit comments