Skip to content

Commit

Permalink
Merge pull request #127 from linuxserver-labs/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/docker/setup-buildx-action-3.5.0
  • Loading branch information
thespad authored Jul 23, 2024
2 parents 01909b5 + 613b76f commit 946f786
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 @@ -55,7 +55,7 @@ jobs:
uses: docker/setup-qemu-action@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.4.0
uses: docker/setup-buildx-action@v3.5.0
-
name: Install Cosign
uses: sigstore/[email protected]
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 @@ -63,7 +63,7 @@ jobs:
uses: docker/setup-qemu-action@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.4.0
uses: docker/setup-buildx-action@v3.5.0
-
name: Login to GitHub Container Registry
uses: docker/[email protected]
Expand Down

0 comments on commit 946f786

Please sign in to comment.