File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 72
72
# builds, only one platform is being loaded into the cache. This would
73
73
# prevent us from testing the other platforms.
74
74
- name : Build Docker image (linux/amd64)
75
- uses : docker/build-push-action@v5
75
+ uses : docker/build-push-action@v6
76
76
with :
77
77
platforms : linux/amd64
78
78
context : .
84
84
cache-to : type=local,dest=/tmp/.buildx-cache-new
85
85
86
86
- name : Build Docker image (linux/arm/v7)
87
- uses : docker/build-push-action@v5
87
+ uses : docker/build-push-action@v6
88
88
with :
89
89
platforms : linux/arm/v7
90
90
context : .
96
96
cache-to : type=local,dest=/tmp/.buildx-cache-new
97
97
98
98
- name : Build Docker image (linux/arm64/v8)
99
- uses : docker/build-push-action@v5
99
+ uses : docker/build-push-action@v6
100
100
with :
101
101
platforms : linux/arm64/v8
102
102
context : .
@@ -116,7 +116,7 @@ jobs:
116
116
# This will only push the previously built images.
117
117
- if : github.event_name != 'workflow_dispatch' || github.event.inputs.push == 'true'
118
118
name : Publish to Docker Hub
119
- uses : docker/build-push-action@v5
119
+ uses : docker/build-push-action@v6
120
120
with :
121
121
platforms : linux/amd64,linux/arm/v7,linux/arm64/v8
122
122
context : .
You can’t perform that action at this time.
0 commit comments