Skip to content

Commit

Permalink
Merge pull request #6 from cookielab/renovate/docker-build-push-actio…
Browse files Browse the repository at this point in the history
…n-6.x

chore(deps): update docker/build-push-action action to v6
  • Loading branch information
jindraj authored Jan 16, 2025
2 parents c203658 + 56889ec commit 0ae4aaf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build and push - testing - slim
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
timeout-minutes: 15
if: ${{ !steps.get-version.outputs.is-semver }}
with:
Expand All @@ -83,7 +83,7 @@ jobs:
ghcr.io/${{ github.repository }}:${{ github.ref_name }}-slim
- name: Build and push - testing - alpine
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
timeout-minutes: 15
if: ${{ !steps.get-version.outputs.is-semver }}
with:
Expand All @@ -104,7 +104,7 @@ jobs:
ghcr.io/${{ github.repository }}:${{ github.ref_name }}-alpine
- name: Build and push - pre-release - slim
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
timeout-minutes: 15
if: ${{ steps.get-version.outputs.is-semver && steps.get-version.outputs.prerelease != '' }}
with:
Expand All @@ -125,7 +125,7 @@ jobs:
ghcr.io/${{ github.repository }}:${{ steps.get-version.outputs.version-without-v }}-slim
- name: Build and push - pre-release - alpine
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
timeout-minutes: 15
if: ${{ steps.get-version.outputs.is-semver && steps.get-version.outputs.prerelease != '' }}
with:
Expand All @@ -146,7 +146,7 @@ jobs:
ghcr.io/${{ github.repository }}:${{ steps.get-version.outputs.version-without-v }}-alpine
- name: Build and push - stable - slim
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
timeout-minutes: 15
if: ${{ steps.get-version.outputs.is-semver && steps.get-version.outputs.prerelease == '' }}
with:
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
ghcr.io/${{ github.repository }}:${{ steps.get-version.outputs.major }}
- name: Build and push - stable - alpine
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
timeout-minutes: 15
if: ${{ steps.get-version.outputs.is-semver && steps.get-version.outputs.prerelease == '' }}
with:
Expand Down

0 comments on commit 0ae4aaf

Please sign in to comment.