We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7587e66 commit 2e9c5c3Copy full SHA for 2e9c5c3
.github/workflows/build.yaml
@@ -23,14 +23,14 @@ jobs:
23
24
- uses: docker/setup-buildx-action@v3
25
26
- - uses: docker/login-action@v1
+ - uses: docker/login-action@v3
27
with:
28
username: ${{ secrets.DOCKER_USERNAME }}
29
password: ${{ secrets.DOCKER_PASSWORD }}
30
31
- - uses: docker/build-push-action@v5
+ - uses: docker/build-push-action@v6
32
33
- platforms: linux/amd64,linux/arm64,linux/arm/v7
+ platforms: linux/amd64,linux/arm64
34
build-args: |
35
NODERED_VERSION=${{ env.NODERED_VERSION }}
36
NODERED_DASHBOARD_VERSION=${{ env.NODERED_DASHBOARD_VERSION }}
@@ -40,7 +40,7 @@ jobs:
40
push: true
41
42
- if: ${{ always() }}
43
- uses: slackapi/slack-github-action@v1.24.0
+ uses: slackapi/slack-github-action@v1.26.0
44
45
channel-id: github
46
payload: |
0 commit comments