Skip to content

Commit

Permalink
Merge pull request #58 from kube-logging/renovate/docker-build-push-a…
Browse files Browse the repository at this point in the history
…ction-5.x

chore(deps): update docker/build-push-action action to v5
  • Loading branch information
pepov authored Sep 18, 2023
2 parents c982268 + e05902f commit 5e6b30f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
if: github.event_name == 'push'

- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ${{ matrix.fluentd }}
platforms: linux/amd64,linux/arm64,linux/arm/v7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
if: github.event_name == 'push'

- name: Build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ${{ matrix.fluentd }}
cache-from: type=gha
Expand Down

0 comments on commit 5e6b30f

Please sign in to comment.