Skip to content

Commit

Permalink
Merge pull request #125 from linuxserver-labs/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/docker/bake-action-5.4.0

Bump docker/bake-action from 5.3.0 to 5.4.0
  • Loading branch information
thespad authored Jul 16, 2024
2 parents 6fd2669 + 3a06f21 commit 69408e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
-
name: Build and push
id: build_push
uses: docker/bake-action@v5.3.0
uses: docker/bake-action@v5.4.0
with:
files: |
./docker-bake.hcl
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-split-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
echo "app_version=${APP_VERSION}" >> $GITHUB_OUTPUT
-
name: Build and push
uses: docker/bake-action@v5.3.0
uses: docker/bake-action@v5.4.0
with:
files: |
./docker-bake.hcl
Expand Down

0 comments on commit 69408e5

Please sign in to comment.