Skip to content

Commit 9fc5af1

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 b131d04 + 567bc70 commit 9fc5af1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/container.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: docker/setup-buildx-action@v3
5858

5959
- name: Build and push - testing
60-
uses: docker/build-push-action@v3
60+
uses: docker/build-push-action@v6
6161
if: ${{ !steps.get-version.outputs.is-semver }}
6262
with:
6363
context: .
@@ -72,7 +72,7 @@ jobs:
7272
ghcr.io/${{ github.repository }}:${{ github.ref_name }}
7373
7474
- name: Build and push - pre-release
75-
uses: docker/build-push-action@v3
75+
uses: docker/build-push-action@v6
7676
if: ${{ steps.get-version.outputs.is-semver && steps.get-version.outputs.prerelease != '' }}
7777
with:
7878
context: .
@@ -87,7 +87,7 @@ jobs:
8787
ghcr.io/${{ github.repository }}:${{ steps.get-version.outputs.version-without-v }}
8888
8989
- name: Build and push - stable
90-
uses: docker/build-push-action@v3
90+
uses: docker/build-push-action@v6
9191
if: ${{ steps.get-version.outputs.is-semver && steps.get-version.outputs.prerelease == '' }}
9292
with:
9393
context: .

0 commit comments

Comments
 (0)