File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 49
49
REPO : " ${{ github.repository }}"
50
50
51
51
- name : Build and push
52
- uses : docker/build-push-action@v5
52
+ uses : docker/build-push-action@v6
53
53
with :
54
54
context : .
55
55
file : ./.docker/Dockerfile.dev
Original file line number Diff line number Diff line change 90
90
REPO : " ${{ github.repository }}"
91
91
92
92
- name : Build and push
93
- uses : docker/build-push-action@v5
93
+ uses : docker/build-push-action@v6
94
94
with :
95
95
context : .
96
96
file : ./.docker/Dockerfile.prod
Original file line number Diff line number Diff line change 78
78
79
79
- name : Build and push Version
80
80
if : github.event_name == 'push'
81
- uses : docker/build-push-action@v5
81
+ uses : docker/build-push-action@v6
82
82
with :
83
83
context : .
84
84
file : ./.docker/Dockerfile.stage
88
88
89
89
- name : Build and push Version
90
90
if : github.event_name == 'workflow_dispatch'
91
- uses : docker/build-push-action@v5
91
+ uses : docker/build-push-action@v6
92
92
with :
93
93
context : .
94
94
file : ./.docker/Dockerfile.stage
Original file line number Diff line number Diff line change 37
37
REPO : " ${{ github.repository }}"
38
38
39
39
- name : Build and push
40
- uses : docker/build-push-action@v5
40
+ uses : docker/build-push-action@v6
41
41
with :
42
42
context : .
43
43
file : ./.docker/Dockerfile.dev
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114
114
echo "COMMIT_SHA=$(git rev-parse --short $GITHUB_SHA)" >> $GITHUB_ENV
115
115
116
116
- name : Build and push Version
117
- uses : docker/build-push-action@v5
117
+ uses : docker/build-push-action@v6
118
118
with :
119
119
context : .
120
120
file : ./.docker/Dockerfile.stage
You can’t perform that action at this time.
0 commit comments