File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
username : ${{ github.repository_owner }}
29
29
password : ${{ secrets.GITHUB_TOKEN }}
30
30
- name : Build and push Acryss Docker image
31
- uses : docker/build-push-action@v5 .1.0
31
+ uses : docker/build-push-action@v6 .1.0
32
32
with :
33
33
push : ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
34
34
context : .
52
52
username : ${{ github.repository_owner }}
53
53
password : ${{ secrets.GITHUB_TOKEN }}
54
54
- name : Build and push Nayre Docker image
55
- uses : docker/build-push-action@v5 .1.0
55
+ uses : docker/build-push-action@v6 .1.0
56
56
with :
57
57
push : ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
58
58
context : .
76
76
username : ${{ github.repository_owner }}
77
77
password : ${{ secrets.GITHUB_TOKEN }}
78
78
- name : Build and push Frontend Docker image
79
- uses : docker/build-push-action@v5 .1.0
79
+ uses : docker/build-push-action@v6 .1.0
80
80
with :
81
81
push : ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
82
82
context : .
You can’t perform that action at this time.
0 commit comments