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:
23
23
24
24
- uses : docker/setup-buildx-action@v3
25
25
26
- - uses : docker/login-action@v1
26
+ - uses : docker/login-action@v3
27
27
with :
28
28
username : ${{ secrets.DOCKER_USERNAME }}
29
29
password : ${{ secrets.DOCKER_PASSWORD }}
30
30
31
- - uses : docker/build-push-action@v5
31
+ - uses : docker/build-push-action@v6
32
32
with :
33
- platforms : linux/amd64,linux/arm64,linux/arm/v7
33
+ platforms : linux/amd64,linux/arm64
34
34
build-args : |
35
35
NODERED_VERSION=${{ env.NODERED_VERSION }}
36
36
NODERED_DASHBOARD_VERSION=${{ env.NODERED_DASHBOARD_VERSION }}
40
40
push : true
41
41
42
42
- if : ${{ always() }}
43
- uses : slackapi/slack-github-action@v1.24 .0
43
+ uses : slackapi/slack-github-action@v1.26 .0
44
44
with :
45
45
channel-id : github
46
46
payload : |
You can’t perform that action at this time.
0 commit comments