File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 }}
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 : |
You can’t perform that action at this time.
0 commit comments