62
62
uses : docker/setup-buildx-action@v3
63
63
64
64
- name : Build and push - testing - slim
65
- uses : docker/build-push-action@v5
65
+ uses : docker/build-push-action@v6
66
66
timeout-minutes : 15
67
67
if : ${{ !steps.get-version.outputs.is-semver }}
68
68
with :
83
83
ghcr.io/${{ github.repository }}:${{ github.ref_name }}-slim
84
84
85
85
- name : Build and push - testing - alpine
86
- uses : docker/build-push-action@v5
86
+ uses : docker/build-push-action@v6
87
87
timeout-minutes : 15
88
88
if : ${{ !steps.get-version.outputs.is-semver }}
89
89
with :
@@ -104,7 +104,7 @@ jobs:
104
104
ghcr.io/${{ github.repository }}:${{ github.ref_name }}-alpine
105
105
106
106
- name : Build and push - pre-release - slim
107
- uses : docker/build-push-action@v5
107
+ uses : docker/build-push-action@v6
108
108
timeout-minutes : 15
109
109
if : ${{ steps.get-version.outputs.is-semver && steps.get-version.outputs.prerelease != '' }}
110
110
with :
@@ -125,7 +125,7 @@ jobs:
125
125
ghcr.io/${{ github.repository }}:${{ steps.get-version.outputs.version-without-v }}-slim
126
126
127
127
- name : Build and push - pre-release - alpine
128
- uses : docker/build-push-action@v5
128
+ uses : docker/build-push-action@v6
129
129
timeout-minutes : 15
130
130
if : ${{ steps.get-version.outputs.is-semver && steps.get-version.outputs.prerelease != '' }}
131
131
with :
@@ -146,7 +146,7 @@ jobs:
146
146
ghcr.io/${{ github.repository }}:${{ steps.get-version.outputs.version-without-v }}-alpine
147
147
148
148
- name : Build and push - stable - slim
149
- uses : docker/build-push-action@v5
149
+ uses : docker/build-push-action@v6
150
150
timeout-minutes : 15
151
151
if : ${{ steps.get-version.outputs.is-semver && steps.get-version.outputs.prerelease == '' }}
152
152
with :
@@ -188,7 +188,7 @@ jobs:
188
188
ghcr.io/${{ github.repository }}:${{ steps.get-version.outputs.major }}
189
189
190
190
- name : Build and push - stable - alpine
191
- uses : docker/build-push-action@v5
191
+ uses : docker/build-push-action@v6
192
192
timeout-minutes : 15
193
193
if : ${{ steps.get-version.outputs.is-semver && steps.get-version.outputs.prerelease == '' }}
194
194
with :
0 commit comments