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 b131d04 + 567bc70 commit 9fc5af1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build and push - testing
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
if: ${{ !steps.get-version.outputs.is-semver }}
with:
context: .
Expand All @@ -72,7 +72,7 @@ jobs:
ghcr.io/${{ github.repository }}:${{ github.ref_name }}
- name: Build and push - pre-release
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
if: ${{ steps.get-version.outputs.is-semver && steps.get-version.outputs.prerelease != '' }}
with:
context: .
Expand All @@ -87,7 +87,7 @@ jobs:
ghcr.io/${{ github.repository }}:${{ steps.get-version.outputs.version-without-v }}
- name: Build and push - stable
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
if: ${{ steps.get-version.outputs.is-semver && steps.get-version.outputs.prerelease == '' }}
with:
context: .
Expand Down

0 comments on commit 9fc5af1

Please sign in to comment.