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 ee52fdb commit 1567b5cCopy full SHA for 1567b5c
.github/workflows/push.yml
@@ -41,9 +41,9 @@ jobs:
41
username: '${{ secrets.DOCKER_HUB_USERNAME }}'
42
password: '${{ secrets.DOCKER_HUB_TOKEN }}'
43
- name: Build and push with dynamic tag
44
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v5
45
with:
46
- platforms: linux/amd64,linux/arm64,linux/arm/v7
+ platforms: linux/amd64,linux/arm64 #,linux/arm/v7 # not supported by node20 yet https://github.com/nodejs/docker-node/issues/1946
47
push: true
48
tags: |
49
chrishubert/whatsapp-web-api:${{ github.ref_name }}
0 commit comments