Skip to content

Commit

Permalink
Merge pull request #17 from actinia-org/renovate/docker-setup-buildx-…
Browse files Browse the repository at this point in the history
…action-3.x

Update docker/setup-buildx-action action to v3
  • Loading branch information
neteler authored Sep 12, 2023
2 parents 6772a3e + b1c8754 commit 070f7cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# with:
# path: "."
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
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-parallel-plugin-test/Dockerfile
Expand Down

0 comments on commit 070f7cd

Please sign in to comment.