Skip to content

Commit 2e9c5c3

Browse files
committed
remove docker build: linux/arm/v7
1 parent 7587e66 commit 2e9c5c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ jobs:
2323

2424
- uses: docker/setup-buildx-action@v3
2525

26-
- uses: docker/login-action@v1
26+
- uses: docker/login-action@v3
2727
with:
2828
username: ${{ secrets.DOCKER_USERNAME }}
2929
password: ${{ secrets.DOCKER_PASSWORD }}
3030

31-
- uses: docker/build-push-action@v5
31+
- uses: docker/build-push-action@v6
3232
with:
33-
platforms: linux/amd64,linux/arm64,linux/arm/v7
33+
platforms: linux/amd64,linux/arm64
3434
build-args: |
3535
NODERED_VERSION=${{ env.NODERED_VERSION }}
3636
NODERED_DASHBOARD_VERSION=${{ env.NODERED_DASHBOARD_VERSION }}
@@ -40,7 +40,7 @@ jobs:
4040
push: true
4141

4242
- if: ${{ always() }}
43-
uses: slackapi/slack-github-action@v1.24.0
43+
uses: slackapi/slack-github-action@v1.26.0
4444
with:
4545
channel-id: github
4646
payload: |

0 commit comments

Comments
 (0)