Skip to content

Commit

Permalink
Use a different docker action to set up docker
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrczarnas committed Sep 27, 2024
1 parent e7ff4da commit cac24fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/mvn-build-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ jobs:
dqops/src/main/frontend/node_modules
key: 'npm'

- uses: docker-practice/actions-setup-docker@master
- uses: docker/setup-qemu-action@v3

- uses: docker/setup-buildx-action@v3

- uses: mr-smithers-excellent/docker-build-push@v6
name: Build and Push Docker Image
Expand Down

0 comments on commit cac24fb

Please sign in to comment.