Skip to content

Commit 7b77a6d

Browse files
committed
ci(whatsapp): disable whatsapp image push
Signed-off-by: Matheus Cruz <[email protected]>
1 parent a50c61f commit 7b77a6d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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 . \

0 commit comments

Comments
 (0)