Skip to content

Commit

Permalink
ci: update to docker/setup-buildx-action@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
naisanzaa committed Sep 20, 2023
1 parent 67d6e1f commit 1002b63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3
- name: Build docker
run: docker build . --tag ${{ env.IMAGE_NAME }}

Expand All @@ -61,7 +61,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3
- name: Build docker
run: docker build . --tag ${{ env.IMAGE_NAME }}
- name: Run tests in docker
Expand Down

0 comments on commit 1002b63

Please sign in to comment.