Skip to content

Commit

Permalink
Merge pull request #204 from atsign-foundation/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/docker/setup-buildx-action-2.7.0

build(deps): bump docker/setup-buildx-action from 2.6.0 to 2.7.0
  • Loading branch information
gkc committed Jun 14, 2023
2 parents ee90369 + ec27bb1 commit 3c58659
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub_sshnpd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2.2.0
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@6a58db7e0d21ca03e6c44877909e80e45217eed2 # v2.6.0
uses: docker/setup-buildx-action@ecf95283f03858871ff00b787d79c419715afc34 # v2.7.0
-
name: Login to Docker Hub
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/multibuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2.2.0
- uses: docker/setup-buildx-action@6a58db7e0d21ca03e6c44877909e80e45217eed2 # v2.6.0
- uses: docker/setup-buildx-action@ecf95283f03858871ff00b787d79c419715afc34 # v2.7.0
- run: |
docker buildx build -t atsigncompany/sshnptarball -f Dockerfile.package \
--platform linux/arm/v7,linux/arm64,linux/riscv64 -o type=tar,dest=bins.tar .
Expand Down

0 comments on commit 3c58659

Please sign in to comment.