Skip to content

Commit

Permalink
Update docker/bake-action action to v5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 22, 2024
1 parent 873c47c commit a1740ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
bake-target: ${{ matrix.target }}
- name: Build the Docker image
id: build
uses: docker/bake-action@v5.4.0
uses: docker/bake-action@v5.5.0
with:
files: |
./docker-compose.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build the Docker image
uses: docker/bake-action@v5.4.0
uses: docker/bake-action@v5.5.0
with:
workdir: legacy
files: docker-compose.yml
Expand Down

0 comments on commit a1740ec

Please sign in to comment.