Skip to content

Commit eb1a198

Browse files
committed
ci: disable cache for edge tag
1 parent 14aa1fe commit eb1a198

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/push.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,10 @@ jobs:
5757
if: github.ref_name == 'edge'
5858
run: |
5959
npm install --save-exact github:pedroslopez/whatsapp-web.js#main
60-
- name: Verify edge version update
61-
if: github.ref_name == 'edge'
62-
run: |
63-
echo "package.json content:"
64-
grep "whatsapp-web.js" package.json
65-
echo "package-lock.json content:"
66-
grep -A 5 '"whatsapp-web.js"' package-lock.json | head -10
6760
- name: Build and push with dynamic tag
6861
uses: docker/build-push-action@v5
6962
with:
7063
platforms: linux/amd64,linux/arm64,linux/arm/v7
7164
push: true
7265
tags: ${{ steps.meta.outputs.tags }}
66+
no-cache: ${{ github.ref_name == 'edge' }}

0 commit comments

Comments
 (0)