diff --git a/.github/actions/docker-build/action.yml b/.github/actions/docker-build/action.yml index 6523ab162f..cfb0777621 100644 --- a/.github/actions/docker-build/action.yml +++ b/.github/actions/docker-build/action.yml @@ -30,7 +30,7 @@ runs: - uses: docker/setup-qemu-action@v3 if: contains(fromJSON(steps.check-changes.outputs.projects), inputs.project) || inputs.force-deploy == 'true' - - uses: docker/setup-buildx-action@v2 + - uses: docker/setup-buildx-action@v3 if: contains(fromJSON(steps.check-changes.outputs.projects), inputs.project) || inputs.force-deploy == 'true' - uses: docker/login-action@v3 if: contains(fromJSON(steps.check-changes.outputs.projects), inputs.project) || inputs.force-deploy == 'true'