We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a50c61f commit 7b77a6dCopy full SHA for 7b77a6d
1 file changed
.github/workflows/build.yml
@@ -96,16 +96,19 @@ jobs:
96
run: npm run prettier:check
97
98
- name: Login to Quay.io
99
+ if: false # Disabled for now: we need to add chrome to the buildpack image first
100
uses: docker/login-action@v3
101
with:
102
registry: quay.io
103
username: ${{ secrets.QUAY_USERNAME }}
104
password: ${{ secrets.QUAY_PASSWORD }}
105
106
- name: Install pack CLI
107
108
uses: buildpacks/github-actions/setup-pack@v5.10.0
109
110
- name: Build and publish WhatsApp image with Buildpacks
111
112
run: |
113
pack build quay.io/timeless/whatsapp:${GITHUB_SHA::7} \
114
--path . \
0 commit comments