Skip to content

Commit

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

Bump docker/bake-action from 4.5.0 to 5.3.0
  • Loading branch information
thespad authored Jul 7, 2024
2 parents 2e16847 + 23e7b00 commit 6fd2669
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@v4.5.0
uses: docker/bake-action@v5.3.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@v4.5.0
uses: docker/bake-action@v5.3.0
with:
files: |
./docker-bake.hcl
Expand Down

0 comments on commit 6fd2669

Please sign in to comment.