Skip to content

Commit

Permalink
fix: change setup-buildx-action for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gofrolist committed Oct 8, 2021
1 parent fd05dcd commit 39cc9ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2.3.3
uses: actions/checkout@v2.3.4

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

- name: Build Docker image
uses: docker/build-push-action@v2.7.0
Expand Down

0 comments on commit 39cc9ab

Please sign in to comment.