Skip to content

Commit

Permalink
Update docker/setup-buildx-action action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 12, 2023
1 parent 69d62ff commit 058203e
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 @@ -17,7 +17,7 @@ jobs:
# with:
# path: "."
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Replace run only unittest command
run: |
sed -i "s+# RUN make test+RUN make unittest+g" docker/actinia-example-plugin-test/Dockerfile
Expand All @@ -40,7 +40,7 @@ jobs:
# with:
# path: "."
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Replace run integration test command
run: |
sed -i "s+# RUN make test+RUN make integrationtest+g" docker/actinia-example-plugin-test/Dockerfile
Expand Down

0 comments on commit 058203e

Please sign in to comment.