|
|
@ -33,7 +33,7 @@ jobs:
|
|
|
|
- name: Build and push Docker images
|
|
|
|
- name: Build and push Docker images
|
|
|
|
# You may pin to the exact commit or the version.
|
|
|
|
# You may pin to the exact commit or the version.
|
|
|
|
# uses: docker/build-push-action@1bc1040caef9e604eb543693ba89b5bf4fc80935
|
|
|
|
# uses: docker/build-push-action@1bc1040caef9e604eb543693ba89b5bf4fc80935
|
|
|
|
uses: docker/build-push-action@v2.6.1
|
|
|
|
uses: docker/build-push-action@v2.7.0
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
image: ${{ secrets.DOCKERHUB_USERNAME }}/nodebb
|
|
|
|
image: ${{ secrets.DOCKERHUB_USERNAME }}/nodebb
|
|
|
|
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
|
|
|
|
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
|
|
|
|