File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -75,12 +75,12 @@ jobs:
75
75
- # Add support for more platforms with QEMU (optional)
76
76
# https://github.com/docker/setup-qemu-action
77
77
name : Set up QEMU
78
- uses : docker/setup-qemu-action@v3.4 .0
78
+ uses : docker/setup-qemu-action@v3.5 .0
79
79
- # https://github.com/docker/setup-buildx-action/issues/57#issuecomment-1059657292
80
80
# https://github.com/docker/buildx/issues/136#issuecomment-550205439
81
81
# docker buildx create --driver-opt env.http_proxy=$http_proxy --driver-opt env.https_proxy=$https_proxy --driver-opt '"env.no_proxy='$no_proxy'"'
82
82
name : Set up Docker Buildx
83
- uses : docker/setup-buildx-action@v3.9 .0
83
+ uses : docker/setup-buildx-action@v3.10 .0
84
84
with :
85
85
buildkitd-config : .github/buildkitd.toml
86
86
driver-opts : |
@@ -106,7 +106,7 @@ jobs:
106
106
password : ${{ secrets.GITHUB_TOKEN }}
107
107
- name : Docker meta
108
108
id : meta
109
- uses : docker/metadata-action@v5.6.1
109
+ uses : docker/metadata-action@v5.7.0
110
110
with :
111
111
images : |
112
112
name=snowdreamtech/redis,enable=true
@@ -144,7 +144,7 @@ jobs:
144
144
env :
145
145
DOCKER_METADATA_ANNOTATIONS_LEVELS : manifest,index
146
146
- name : Build and push
147
- uses : docker/build-push-action@v6.14 .0
147
+ uses : docker/build-push-action@v6.15 .0
148
148
with :
149
149
context : alpine
150
150
build-args : |
Original file line number Diff line number Diff line change @@ -75,12 +75,12 @@ jobs:
75
75
- # Add support for more platforms with QEMU (optional)
76
76
# https://github.com/docker/setup-qemu-action
77
77
name : Set up QEMU
78
- uses : docker/setup-qemu-action@v3.4 .0
78
+ uses : docker/setup-qemu-action@v3.5 .0
79
79
- # https://github.com/docker/setup-buildx-action/issues/57#issuecomment-1059657292
80
80
# https://github.com/docker/buildx/issues/136#issuecomment-550205439
81
81
# docker buildx create --driver-opt env.http_proxy=$http_proxy --driver-opt env.https_proxy=$https_proxy --driver-opt '"env.no_proxy='$no_proxy'"'
82
82
name : Set up Docker Buildx
83
- uses : docker/setup-buildx-action@v3.9 .0
83
+ uses : docker/setup-buildx-action@v3.10 .0
84
84
with :
85
85
buildkitd-config : .github/buildkitd.toml
86
86
driver-opts : |
@@ -106,7 +106,7 @@ jobs:
106
106
password : ${{ secrets.GITHUB_TOKEN }}
107
107
- name : Docker meta
108
108
id : meta
109
- uses : docker/metadata-action@v5.6.1
109
+ uses : docker/metadata-action@v5.7.0
110
110
with :
111
111
images : |
112
112
name=snowdreamtech/redis,enable=true
@@ -136,7 +136,7 @@ jobs:
136
136
env :
137
137
DOCKER_METADATA_ANNOTATIONS_LEVELS : manifest,index
138
138
- name : Build and push
139
- uses : docker/build-push-action@v6.14 .0
139
+ uses : docker/build-push-action@v6.15 .0
140
140
with :
141
141
context : debian
142
142
build-args : |
You can’t perform that action at this time.
0 commit comments