mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-01 21:30:30 +01:00
chore(deps): update docker/build-push-action action to v2.7.0
This commit is contained in:
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
- name: Build and push Docker images
|
||||
# You may pin to the exact commit or the version.
|
||||
# uses: docker/build-push-action@1bc1040caef9e604eb543693ba89b5bf4fc80935
|
||||
uses: docker/build-push-action@v2.6.1
|
||||
uses: docker/build-push-action@v2.7.0
|
||||
with:
|
||||
image: ${{ secrets.DOCKERHUB_USERNAME }}/nodebb
|
||||
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
|
||||
|
||||
Reference in New Issue
Block a user