File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 95
95
uses : docker/setup-buildx-action@4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c # v2.5.0
96
96
97
97
- name : Build platforms
98
- uses : docker/build-push-action@1104d471370f9806843c095c1db02b5a90c5f8b6 # v3.3 .1
98
+ uses : docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1 .1
99
99
with :
100
100
push : false
101
101
build-args : APP=${{ matrix.app }}
Original file line number Diff line number Diff line change 49
49
result-encoding : string
50
50
51
51
- name : Build & Publish
52
- uses : docker/build-push-action@1104d471370f9806843c095c1db02b5a90c5f8b6 # v3.3 .1
52
+ uses : docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1 .1
53
53
with :
54
54
push : true
55
55
build-args : APP=${{ matrix.app }}
Original file line number Diff line number Diff line change 43
43
result-encoding : string
44
44
45
45
- name : Build & Publish
46
- uses : docker/build-push-action@1104d471370f9806843c095c1db02b5a90c5f8b6 # v3.3 .1
46
+ uses : docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1 .1
47
47
with :
48
48
push : true
49
49
build-args : APP=${{ matrix.app }}
You can’t perform that action at this time.
0 commit comments