Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/setup-buildx-action-2.5.0'
  • Loading branch information
ViRb3 committed Apr 23, 2023
2 parents 15167ef + 8115ee4 commit a0b608e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: docker/setup-qemu-action@v2.1.0

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2.4.1
uses: docker/setup-buildx-action@v2.5.0

- name: Login to DockerHub
uses: docker/login-action@v2.1.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -36,7 +36,7 @@ jobs:
run: go test ./...

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2.4.1
uses: docker/setup-buildx-action@v2.5.0

- name: Docker Build Test
run: docker buildx build --load --tag test:test --file ./Dockerfile ./
Expand Down

0 comments on commit a0b608e

Please sign in to comment.