Skip to content

Commit 941bbf2

Browse files
authored
Merge pull request #42 from cookielab/renovate/docker-build-push-action-7.x
chore(deps): update docker/build-push-action action to v7
2 parents 600092a + 1c27342 commit 941bbf2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/container.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
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:
@@ -88,7 +88,7 @@ jobs:
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

Comments
 (0)