File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 63
63
64
64
- name : Build and Push Docker Image
65
65
id : docker-push
66
- uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
66
+ uses : docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17 .0
67
67
with :
68
68
context : .
69
69
platforms : linux/amd64,linux/arm64
97
97
98
98
- name : Build and Push Docker Image (wolfi)
99
99
id : docker-push-wolfi
100
- uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
100
+ uses : docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17 .0
101
101
with :
102
102
context : .
103
103
platforms : linux/amd64,linux/arm64
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119
119
f.write("payload={}".format(json.dumps(payload)))
120
120
121
121
- name : Post Slack message
122
- uses : slackapi/slack-github-action@v2.0 .0
122
+ uses : slackapi/slack-github-action@v2.1 .0
123
123
with :
124
124
method : chat.postMessage
125
125
token : ${{ secrets.SLACK_BOT_TOKEN }}
You can’t perform that action at this time.
0 commit comments