Skip to content

Commit 0ae4aaf

Browse files
authored
Merge pull request #6 from cookielab/renovate/docker-build-push-action-6.x
chore(deps): update docker/build-push-action action to v6
2 parents c203658 + 56889ec commit 0ae4aaf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/container.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: docker/setup-buildx-action@v3
6363

6464
- name: Build and push - testing - slim
65-
uses: docker/build-push-action@v5
65+
uses: docker/build-push-action@v6
6666
timeout-minutes: 15
6767
if: ${{ !steps.get-version.outputs.is-semver }}
6868
with:
@@ -83,7 +83,7 @@ jobs:
8383
ghcr.io/${{ github.repository }}:${{ github.ref_name }}-slim
8484
8585
- name: Build and push - testing - alpine
86-
uses: docker/build-push-action@v5
86+
uses: docker/build-push-action@v6
8787
timeout-minutes: 15
8888
if: ${{ !steps.get-version.outputs.is-semver }}
8989
with:
@@ -104,7 +104,7 @@ jobs:
104104
ghcr.io/${{ github.repository }}:${{ github.ref_name }}-alpine
105105
106106
- name: Build and push - pre-release - slim
107-
uses: docker/build-push-action@v5
107+
uses: docker/build-push-action@v6
108108
timeout-minutes: 15
109109
if: ${{ steps.get-version.outputs.is-semver && steps.get-version.outputs.prerelease != '' }}
110110
with:
@@ -125,7 +125,7 @@ jobs:
125125
ghcr.io/${{ github.repository }}:${{ steps.get-version.outputs.version-without-v }}-slim
126126
127127
- name: Build and push - pre-release - alpine
128-
uses: docker/build-push-action@v5
128+
uses: docker/build-push-action@v6
129129
timeout-minutes: 15
130130
if: ${{ steps.get-version.outputs.is-semver && steps.get-version.outputs.prerelease != '' }}
131131
with:
@@ -146,7 +146,7 @@ jobs:
146146
ghcr.io/${{ github.repository }}:${{ steps.get-version.outputs.version-without-v }}-alpine
147147
148148
- name: Build and push - stable - slim
149-
uses: docker/build-push-action@v5
149+
uses: docker/build-push-action@v6
150150
timeout-minutes: 15
151151
if: ${{ steps.get-version.outputs.is-semver && steps.get-version.outputs.prerelease == '' }}
152152
with:
@@ -188,7 +188,7 @@ jobs:
188188
ghcr.io/${{ github.repository }}:${{ steps.get-version.outputs.major }}
189189
190190
- name: Build and push - stable - alpine
191-
uses: docker/build-push-action@v5
191+
uses: docker/build-push-action@v6
192192
timeout-minutes: 15
193193
if: ${{ steps.get-version.outputs.is-semver && steps.get-version.outputs.prerelease == '' }}
194194
with:

0 commit comments

Comments
 (0)