6767 uses : docker/setup-buildx-action@v3
6868
6969 - name : Build and push - testing - slim
70- uses : docker/build-push-action@v6
70+ uses : docker/build-push-action@v7
7171 timeout-minutes : 15
7272 if : ${{ !steps.get-version.outputs.is-semver }}
7373 with :
8888 ghcr.io/${{ github.repository }}:${{ github.ref_name }}-slim
8989
9090 - name : Build and push - testing - alpine
91- uses : docker/build-push-action@v6
91+ uses : docker/build-push-action@v7
9292 timeout-minutes : 15
9393 if : ${{ !steps.get-version.outputs.is-semver }}
9494 with :
@@ -109,7 +109,7 @@ jobs:
109109 ghcr.io/${{ github.repository }}:${{ github.ref_name }}-alpine
110110
111111 - name : Build and push - pre-release - slim
112- uses : docker/build-push-action@v6
112+ uses : docker/build-push-action@v7
113113 timeout-minutes : 15
114114 if : ${{ steps.get-version.outputs.is-semver && steps.get-version.outputs.prerelease != '' }}
115115 with :
@@ -130,7 +130,7 @@ jobs:
130130 ghcr.io/${{ github.repository }}:${{ steps.get-version.outputs.version-without-v }}-slim
131131
132132 - name : Build and push - pre-release - alpine
133- uses : docker/build-push-action@v6
133+ uses : docker/build-push-action@v7
134134 timeout-minutes : 15
135135 if : ${{ steps.get-version.outputs.is-semver && steps.get-version.outputs.prerelease != '' }}
136136 with :
@@ -151,7 +151,7 @@ jobs:
151151 ghcr.io/${{ github.repository }}:${{ steps.get-version.outputs.version-without-v }}-alpine
152152
153153 - name : Build and push - stable - slim
154- uses : docker/build-push-action@v6
154+ uses : docker/build-push-action@v7
155155 timeout-minutes : 15
156156 if : ${{ steps.get-version.outputs.is-semver && steps.get-version.outputs.prerelease == '' }}
157157 with :
@@ -193,7 +193,7 @@ jobs:
193193 ghcr.io/${{ github.repository }}:${{ steps.get-version.outputs.major }}
194194
195195 - name : Build and push - stable - alpine
196- uses : docker/build-push-action@v6
196+ uses : docker/build-push-action@v7
197197 timeout-minutes : 15
198198 if : ${{ steps.get-version.outputs.is-semver && steps.get-version.outputs.prerelease == '' }}
199199 with :
0 commit comments