File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -96,16 +96,19 @@ jobs:
9696 run : npm run prettier:check
9797
9898 - name : Login to Quay.io
99+ if : false # Disabled for now: we need to add chrome to the buildpack image first
99100 uses : docker/login-action@v3
100101 with :
101102 registry : quay.io
102103 username : ${{ secrets.QUAY_USERNAME }}
103104 password : ${{ secrets.QUAY_PASSWORD }}
104105
105106 - name : Install pack CLI
107+ if : false # Disabled for now: we need to add chrome to the buildpack image first
106108 uses :
buildpacks/github-actions/[email protected] 107109
108110 - name : Build and publish WhatsApp image with Buildpacks
111+ if : false # Disabled for now: we need to add chrome to the buildpack image first
109112 run : |
110113 pack build quay.io/timeless/whatsapp:${GITHUB_SHA::7} \
111114 --path . \
You can’t perform that action at this time.
0 commit comments