Skip to content

Commit

Permalink
chore(deps): update docker/bake-action action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent 4d5062b commit b92a5b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Lint
uses: docker/bake-action@v5
uses: docker/bake-action@v6

- name: Detect Changes
uses: dorny/paths-filter@v3
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build
uses: docker/bake-action@v5
uses: docker/bake-action@v6
with:
workdir: ${{ matrix.component }}
push: ${{ github.ref == 'refs/heads/master' }}

0 comments on commit b92a5b7

Please sign in to comment.